{% extends "base.html" %} {% block title %}{{ term.name }}{% endblock title %} {% block content %} {{ term.name }} {% if term.description %} {{ term.description }} {% endif %} {% if term.pages | length > 0 %} {% for page in term.pages %} {{ page.title }} {{ page.date }} {% if page.summary %} {{ page.summary }} {% endif %} {% endfor %} {% else %} No content available for this term. {% endif %} {% endblock %}
{{ term.description }}
{{ page.summary }}
No content available for this term.