layout/skeleton/_listing.html @ 81a789a67c4a

footer: use https:// where appropriate
author David Chambers <david@upthere.com>
date Wed, 26 Sep 2012 23:45:08 -0700
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 %}