{% extends "base.html" %} {% block title %}Articles about {{ term.name }}{% endblock title %} {% set rss_path = term.path ~ "atom.xml" %} {% block rss %} {% set rss_path = term.path ~ "atom.xml" %} {% endblock rss %} {% block content %}

{{ term.name }} articles

RSS Feed

{% endblock content %}