{% extends "blog_base.html" %} {% load webdesign %} {% block head_title %}ACME Blog ({{ section }}){% endblock %} {% block primary %} {% if posts %} {% for post in posts %}
No blog posts have been published in this section.
{% endif %} {% endblock %}