templates/blog/base.html @ 5d5a567385bb

Initial open-source revision of the site.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Jan 2009 19:37:21 -0500
parents (none)
children 5dec1cfcdb6b
{% extends "base.html" %}

{% block title %}Blog{% endblock %}

{% block style %}
	<link rel="stylesheet" href="/site-media/style/blog.css" 
		  type="text/css"/>
{% endblock %}

{% block header %}/ blog{% endblock %}