layout/skeleton/_body.html @ 95c935d55811

More structure changes.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 21:31:25 -0500
parents b2f55c835d06
children (none)
{% extends "skeleton/_base.html" %}

{% block title %}{{site.name}} / {{ page.title }}{% endblock %}

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