annotate bitsyblog/templates/navigation.html @ 13:fbf8f198ef67

template additions
author k0s <k0scist@gmail.com>
date Wed, 07 Oct 2009 17:19:47 -0400
parents
children 36698624435b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
1 <!DOCTYPE html
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml"
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
5 xmlns:py="http://genshi.edgewall.org/"
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
6 xmlns:xi="http://www.w3.org/2001/XInclude"
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
7 py:strip="True">
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
8 <!-- nav bar -->
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
9
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
10
fbf8f198ef67 template additions
k0s <k0scist@gmail.com>
parents:
diff changeset
11 </html>