templates/projects/base.html @ 8d75ea2ae6de
Goodbye thoughts, youll live on in version control!
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 15 Feb 2009 00:54:05 -0500 |
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 %}