{% extends "minimal.html" %} {% block title %} {{site.config.name}} - Tags - {{ page.name }} {% endblock title %} {% block content %}
{% if page.content|length > 0 %}

{{page.name}}

{{page.content|markdown}}

Posts tagged {{page.name}}

{% else %}

Posts tagged {{page.name}}


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