layout/skeleton/_index.html @ 9099c4a3d13d

Proofread DS
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Jun 2016 17:34:08 +0000
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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