layout/skeleton/_index.html @ ea3459a75201

Update the Hyde entry with recent changes.
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Feb 2010 23:18:14 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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