layout/skeleton/_index.html @ 1c03a1821833

Update links
author Steve Losh <steve@stevelosh.com>
date Sun, 14 Aug 2016 19:52:21 +0000
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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