{% extends "layout/default.html" %} {% block title%}{{ tag.name }} posts{% endblock %} {% block content -%}

{{ tag.name }} posts

Subscribe to just {{ tag.name }} posts via RSS.

{% for post in posts %} {% include "includes/article-listing.html" %} {% endfor %} {% include "includes/pagination.html" %} {%- endblock %}