{% extends "base.html" %} {% block content %} #{{ term.name }} {{ term.pages | length }} post{{ term.pages | length | pluralize }} {%- for page in term.pages %} {{ page.title }} {%- if page.date %}{{ page.date | date(format="%b %-d, %Y") }}{% endif %} {%- if page.description %}{{ page.description }}{% endif %} {%- endfor %} {% endblock content %}
{{ term.pages | length }} post{{ term.pages | length | pluralize }}
{{ page.description }}