templates/projects/base.html @ 315df6ca542d
Pulled out the URLs into app-specific files. It's so much cleaner!
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Fri, 13 Feb 2009 20:40:27 -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 %}