layout/skeleton/_index.html @ cc9b027d5b2a

Initial draft of symbol post
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Jun 2016 01:01:44 +0000
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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