comparison montage/templates/grid.html @ 26:ee74cf1e444b

* update templates to use head.html * bump decoupage version to depend on
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 27 Oct 2010 09:48:04 -0700
parents 17ccb1022656
children
comparison
equal deleted inserted replaced
25:f3b6bf903499 26:ee74cf1e444b
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" 4 <html xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:py="http://genshi.edgewall.org/" 5 xmlns:py="http://genshi.edgewall.org/"
6 xmlns:xi="http://www.w3.org/2001/XInclude"> 6 xmlns:xi="http://www.w3.org/2001/XInclude">
7 <head> 7 <head>
8 <title>${title or path}</title> 8 <xi:include href="head.html"/>
9 <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/>
10 </head> 9 </head>
11 <body> 10 <body>
12 <xi:include py:if="include" href="${include}"/> 11 <xi:include py:if="include" href="${include}"/>
13 12
14 <center> 13 <center>