layout/skeleton/_listing.html @ 2bf65e3c3188

Microformatted the splash page
author myfreeweb <me@myfreeweb.ru>
date Thu, 17 Feb 2011 20:55:54 +0300
parents def464696a83
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 %}