templates/projects/base.html @ dfd73b5d67ca
Add a print stylesheet to hide unnecessary elements.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 15 Jun 2009 19:00:07 -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 %}