templates/blog/base.html @ dbf5fe560ec3

Add the snip functions and use them for the admin.
author Steve Losh <steve@stevelosh.com>
date Sat, 22 Aug 2009 10:17:28 -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 %}