{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person Index{% endblock %} {% block content %} {% for person in persons %}
{{person|wiki_to_html_short}}
{% endfor %} {% endblock %}