layout/skeleton/_index.html @ a2125cb20c54

Update to mention the new collapse_pwd method.
author Steve Losh <steve@stevelosh.com>
date Mon, 01 Feb 2010 18:49:04 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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