{% extends "base.html" %} {% import "_macros/posts.html" as posts %} {% block content %}

{{ gettext('All articles tagged with %(value)s',value=tag) }}

{{ posts.list(site.tagged(tag)) }} {% endblock %}