layout/skeleton/_index.html @ 6c47b2fcae91

Add the "MQ for Git Users" entry.
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Aug 2010 20:58:46 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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