{% extends "base.html" %} {% from 'partials/content-components.html' import article_card %} {% from 'partials/navigation-components.html' import pagination %} {% block content %}
{{ total_posts }} post{% if total_posts != 1 %}s{% endif %} tagged with "{{ tag }}"
No posts found with this tag.
{% endif %}