{% extends "layout/two_columns.html" %}
{% block extra_head %}
{% endblock extra_head%}
{% block content %}
{% for blogpost in blogpost_set %}
{% include "blog/posts/blogpost_teaser.html" %}
{% endfor %}
{% endblock content %}
{% block sidebar %}
{% include "blog/widgets/categories.html" %}
{% include "blog/widgets/tags.html" %}
{% include "blog/widgets/date_archive.html" %}
{% endblock %}