{% extends "index.html" %} {% block content %}

{{ term.name | capitalize() }}


{% for page in term.pages %} {% endfor %}
{% endblock content %}