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

#{{ term.name }}

{{ term.pages | length }} post{{ term.pages | length | pluralize }}

    {%- for page in term.pages %}
  1. {{ page.title }}
    {%- if page.date %}{% endif %}
    {%- if page.description %}

    {{ page.description }}

    {% endif %}
  2. {%- endfor %}
{% endblock content %}