layout/skeleton/_index.html @ b7e80769ceb9

Add a smush task to the fabfile.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 00:12:56 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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