templates/photoblog/base.html @ 7e2a0c0282b3

Really, Firefox?  I actually have to tell you to inherit the font-weight for a *div*?
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Mar 2009 20:53:53 -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 %}