{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person {{person|wiki_to_html_short}}{% endblock %} {% block editLink %}| Edit person {{person|wiki_to_html_short}}{% endblock %} {% block contentheader %}

{{person|wiki_to_html_short}}

{% endblock %} {% block content %} {% if person.mug_shot %}

{% endif %}

{{person|wiki_to_html_short}} has been on expo in the following years:

{% if person.blurb %} {{person.blurb|safe}} {% else %} To add a blurb file for a person, create /folk/l/.html and register it in /folk/folk.csv . Documented in /handbook/computing/folkupdate.html {% endif %} {% endblock %}