{% extends "biblion/blog_base.html" %} {% load webdesign %} {% block head_title %}ACME Blog{% endblock %} {% block primary %} {% if posts %} {% for post in posts %}

{{ post.title }}

{% include "biblion/dateline.html" %}

{{ post.teaser_html|safe }}

read more...

{% endfor %} {% else %}

No blog posts have been published.

{% endif %} {% endblock %}