{% extends "layout.html" %} {% import "macros/blog.html" as blog %} {% block title %} articles under {{ term.name }} - {{ config.title }} {% endblock %} {% block content %} « back to tags

articles under {{ term.name }}

{{ blog::postlisting(posts=term.pages) }}

click here for RSS feed

{% endblock %}