layout/skeleton/_index.html @ 33ed0f14a8d7

Mention pushable bookmarks.
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Jul 2010 09:52:56 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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