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" %}
{% block content %}
<section id="content" class="body">
<h1>Archives for {{ SITENAME }}</h1>
<dl>
@ -10,4 +11,5 @@
{% endfor %}
{% endfor %}
</dl>
</section>
{% endblock %}