templates/blog/base.html @ 09b70d37fb65
Added the Typogrify template tag and started using it everywhere!
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 24 Jan 2009 00:51:16 -0500 |
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 %}