layout/skeleton/_index.html @ b1426357f483

Smush images with http://github.com/grosser/smusher
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 00:11:42 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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