layout/skeleton/_index.html @ a5d036150749

Switch a header around in the DJ post.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Dec 2009 15:26:28 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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