templates/blog/base.html @ ae2856e8f8dc
Split the projects by type really fast. This can be done better.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 21 Aug 2009 18:29:07 -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 %}