layout/skeleton/_listing.html @ def464696a83

Redesign the site.

Sorry about the giant commit.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Sep 2010 20:15:45 -0400
parents b8301b4e1d66
children (none)
{% extends "skeleton/_base.html"%}

{% block content %}
    <div class="section-listing">
        <ol class="group">
            {% for node in page.node.walk reversed %}
                {% include "skeleton/_innerlisting.html" %}
            {% endfor %}
        </ol>
    </div>
{% endblock %}