layout/skeleton/_body.html @ e7d27299ea54

Add the Hyde Rewrite entry.
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Jan 2010 20:15:11 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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