layout/skeleton/_index.html @ 81d4da7f81f5

Initial commit.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 18:34:37 -0500
parents (none)
children 673df76b12d6
{% extends "skeleton/_body.html" %}
{% block content_body %}
{% for node in page.node.walk %}
{% include "skeleton/_innerindex.html" %}
{% endfor %} 
{% endblock %}