{% extends "base.html" %} {% block page_title %}Posts tagged #{{ tag }}{% endblock page_title %} {% block content %}

Posts tagged #{{ tag }}

{% if pagination %}{% include "pagination.html" %}{% endif %}{% endblock content %}