templates/blog/base.html @ 8c03bf5d3f9f

Group the snip code so it appears correctly.
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Aug 2009 08:55:31 -0400
parents 5dec1cfcdb6b
children (none)
{% extends "base.html" %}

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

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

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