{% extends "site_base.html" %} {% load boxes_tags %} {% load biblion_tags %} {% block body_class %}home{% endblock %} {% block body %}
{% box "mainbox" %}

Blog

{% latest_blog_posts as posts %} {% 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 %}