templates/projects/base.html @ 437ca7fc2910
Remove a lot of useless stuff from the feed templates.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 18 Jun 2009 01:42:16 -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 %}