layout/skeleton/_index.html @ 2060e7f9bdfc

Fixed a couple of typos.
author Alex Vidal <alex.vidal@gmail.com>
date Wed, 29 Jun 2011 20:50:51 -0700
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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