layout/skeleton/_body.html @ 24ade3f9c58c

Add the LessCSS processor and rename base.css
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Feb 2010 22:36:12 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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