{% extends "base.html" %} {% load thumbnail %} {% load taggit_extras %} {% load blog %} {% block head %} {% endblock %} {% block content %} {% get_tagcloud as tags for posts %} {% for post in posts %}

{{post.title}}

{{ post.text|creole }}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock %}