templates/photoblog/base.html @ a3380ed37242

Cleanup Tuesdays - Removed the photoblog, removed the silly ProjectPhoto thing too.
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Mar 2009 17:57:23 -0400
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 %}