{% extends "base.html" %} {% block title %}Person {{person}}{% endblock %} {% block contentheader %}

{{person|safe}}

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

{% endif %}

{{person|safe}} 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 %}