layout/skeleton/_index.html @ 5c54d39bce36

Update the fabfile for the new server.
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Jun 2010 01:09:46 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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