layout/skeleton/_index.html @ 18c7a651e42e

Switch around the title.
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Dec 2009 19:17:40 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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