Add section open and close in the notmyidea theme.

This commit is contained in:
Alexis Metaireau 2010-11-20 18:47:40 +00:00
commit 4702dd896b

View file

@ -1,5 +1,6 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<section id="content" class="body">
<h1>Archives for {{ SITENAME }}</h1> <h1>Archives for {{ SITENAME }}</h1>
<dl> <dl>
@ -10,4 +11,5 @@
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</dl> </dl>
</section>
{% endblock %} {% endblock %}