{% extends "base.html" %} {% block title %}Tag: {{ tag }} - {{ site_title }}{% endblock %} {% block meta_tags %} {% from '_listing_meta_tags.html' import listing_meta_tags with context %} {{ listing_meta_tags("Tag: " ~ tag ~ " - " ~ site_title) }} {% endblock %} {% from '_pagination.html' import pagination %} {% from '_post_summary.html' import post_summary with context %} {% block content %}
No posts with this tag.
{% endif %} {{ pagination(page, total_pages, pagination_page_urls) }}