layout/skeleton/_index.html @ 739cc98ac689

hurr typing durr
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Jul 2012 17:10:27 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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