{% extends "minimal.html" %} {% block content %}
{% if page.content|length > 0 %}

{{page.name}}

{{page.content}}

Posts tagged {{page.name}}

{% else %}

Posts tagged {{page.name}}


{% endif %} {% include 'pagination.html' %}
{% include "tag_list.html" %}
{% endblock content %}