{% extends "templates/one-column.html" %} {% block title %}{{ tag.name }}{% endblock %} {% block content %}

{{ tag.name }}

{% include "blog/posts.html" %}
{% with %} {% set total_pages = total_pages %} {% set current_page = current_page %} {% include "shared/_pagination.html" %} {% endwith %}
{% endblock %}