templates/projects/base.html @ f1f08661864b
Thats what I get for demoing with my live repo...
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 18 Mar 2009 20:15:23 -0400 |
parents |
24ce70aa9934 |
children |
(none) |
{% extends "base.html" %}
{% block title %}Projects{% endblock %}
{% block style %}
<link rel="stylesheet" href="/site-media/style/projects.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/gallery.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/code.css"
type="text/css"/>
{% endblock %}
{% block header %}/ projects{% endblock %}