templates/photoblog/base.html @ 91f05965e207

More changes for the photo blog.
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Feb 2009 23:35:49 -0500
parents 444fa384fab8
children (none)
{% extends "base.html" %}

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

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

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