layout/skeleton/_body.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 title %}{{site.name}} / {{ page.title }}{% endblock %}

{% block content %}
    {% block content_body %}{% endblock %}
{% endblock %}