comparison decoupage/templates/index.html @ 65:ac1dc088e37e

add inclusion template
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 26 Oct 2011 21:21:47 -0700
parents 0890ec7069f3
children 262fb90a54b4
comparison
equal deleted inserted replaced
64:613ffeec2be5 65:ac1dc088e37e
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
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 <!-- basic index of files -->
7 <head> 8 <head>
8 <xi:include href="head.html"/> 9 <xi:include href="head.html"/>
9 </head> 10 </head>
10 <body> 11 <body>
11 <xi:include py:if="include" href="${include}"/> 12 <xi:include py:if="include" href="${include}"/>