layout/skeleton/_index.html @ 5b93e8663c57

I hate you, mod_rewrite, I hate you so goddamned much.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 02:29:23 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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