layout/skeleton/_listing.html @ e205a5c3eeab

HAY GUYS I KNOW ABOUT RENDER()
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 10:40:29 -0400
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 %}