{# One page per category (docs/blog_.html). Context: title, phrases, posts, category, tags. Note: `meta_data` is NOT passed to this template. #} {% extends "base.html" %} {% block page_title %}{{ category }} — {{ title }}{% 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 %}