templates/blog/base.html @ 4503e2493b8d
Refactored Thoughts to use Djangos built-in pagination.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 12 Feb 2009 13:56:47 -0500 (2009-02-12) |
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 %}