layout/skeleton/_body.html @ 45de198aa529

Add the rest of the project photos, and the gallery script.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Dec 2009 20:15:07 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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