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

{{ term.name }}

{% for page in term.pages %}

{{ page.title }}

{{ page.date | date(format="%b %e, %Y") }} · {{ page.reading_time }} minute read
{% if page.description %}

{{ page.description }}

{% endif %} Read full entry →
{% endfor %}
{% endblock content %} {% block stats_title %}{{ term.name }}{% endblock stats_title %}