{# One page per category (docs/blog_.html). Context: meta_data, canonical, title, phrases, posts, category, tags. #} {% extends "base.html" %} {% block page_title %}{{ category }} — {{ title }}{% endblock %} {% block meta %} {% endblock %} {% block content %}

{{ category }}

{{ posts | length }} post{% if posts | length != 1 %}s{% endif %}

{% if tags %}

{% for tag in tags | unique %} {{ tag }} {% endfor %}

{% endif %}

← All posts

{% endblock %}