layout/skeleton/_index.html @ 5aed689b7896

Add a dict of links to the context and use it.
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Jan 2010 19:52:47 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

{% block content %}
    {% for node in page.node.walk %}
        {% include "skeleton/_innerindex.html" %}
    {% endfor %} 
{% endblock %}