Tags
{{ tags | length }} {{ "tag" if tags | length == 1 else "tags" }}
{% for tag_slug, entries in tags.items() %}#{{ tag_slug }} {{ entries | length }}
{% for entry in entries %}
{% include "components/page_list_item.html" %}
{% endfor %}