layout/skeleton/_index.html @ b638f7482bbc

The Twitters -- I has them.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Sep 2011 17:57:57 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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