{% extends "base.html" %} {% block title %} Archive » oz123.github.com {% endblock %} {% block content %}

This is an archive of everything posted here ...

{% for entry in entries %}

{{ entry.published_html }} {{ entry.title }}

{% endfor %}
{% endblock content %} {% block body %} {{ super() }} {% set static_prefix = "../../" %} {% endblock body %}