{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block main %}

{{ title }}

{% if not obj.no_canons %} {% autoescape false %}

{% if obj.history %} {{ obj.history }} {% endif %} {% for canon in obj.canons %} {% endfor %}
canon text
{{ canon.canon }} {{ canon.text }}

{% endautoescape %} {% else %}

This council has no canons.

{% endif %} {% endblock %}