annotate bitsyblog/templates/index.html @ 8:67c2ccaef869

adding templates for future use with genshi
author k0s <k0scist@gmail.com>
date Tue, 06 Oct 2009 19:44:02 -0400
parents
children 1554cb56aa2f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
1 <html>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
2 <head>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
3 </head>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
4 <body>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
5 <xi:include href="site.html" />
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
6 <h1><img src="bitsyblog.png" alt="${site_name}"/></h1>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
7 </body>
67c2ccaef869 adding templates for future use with genshi
k0s <k0scist@gmail.com>
parents:
diff changeset
8 </html>