diff decoupage/templates/head.html @ 46:127843e097b3

add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 27 Oct 2010 09:33:45 -0700
parents
children 0cfb84d788d6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/decoupage/templates/head.html	Wed Oct 27 09:33:45 2010 -0700
@@ -0,0 +1,7 @@
+<head xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:py="http://genshi.edgewall.org/"
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      py:strip="True">
+  <!-- generic head template to be <xi:include>-d -->
+  <link py:if="icon" rel="icon" href="${icon}"/>
+</head>