{% extends layout_template %} {% block title %}#{{ tag }}{% if site.title %} - {{ site.title }}{% endif %}{% endblock %} {% block content %}

#{{ tag }}

{{ pages | length }} {{ "item" if pages | length == 1 else "items" }}

{% if pages %}
{% for entry in pages %} {% include "components/page_list_item.html" %} {% endfor %}
{% endif %}
{% endblock %}