{% extends 'blog.html' %} {% load next_prev %} {% block extra_headers %}{% endblock %} {% block title %}The site with the LAMP archives for {{ year }}{% endblock %} {% block content %} {% if year %} {% include 'posts.html' %} {% else %}

Archives

{% for column in posts %}
{% autoescape off %} {% endautoescape %}
{% endfor %} {% endif %} {% endblock %}