{% extends "/html/base.html" %} {%block subtitle %}: Posts Tagged "{{name}}"{% endblock %} {% block content %}
{% for post in posts|sort-by:post.title %} {% endfor %}
{{post.date|date:longDate}} {{post.title}}
{% endblock %}