layout/skeleton/_body.html @ 738729a5055d

Don't wrap inline code snippets.
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jan 2010 22:58:29 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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