layout/skeleton/_index.html @ c24ab12c65fc

Add URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Jun 2016 15:39:58 +0000
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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