{% extends "base.html" %} {% block content %} {% comment %} {% load comments %} {% endcomment %} {% load thumbnail %} {% load utils %} {% for object in latest %} {% if forloop.first %}

{{ object.weblog.title }}

{{ object.weblog.description|safe}}

Weiter zum Blog ...

Letzter Eintrag

{% endif %} {% include "blog/entry.html" %} {% endfor %} {% endblock %}