Edgewall Software

source: trunk/examples/bench/simpletal/base.html

Last change on this file was 299, checked in by cmlenz, 17 years ago

Fixed EOL style.

  • Property svn:eol-style set to native
File size: 360 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
2
3  <p metal:define-macro="greeting">
4    Hello, <span metal:define-slot="name">name</span>
5  </p>
6
7  <body metal:define-macro="content">
8    <div id="header">
9      <h1 tal:content="title" />
10    </div>
11    <div metal:define-slot="content" tal:omit-tag="" />
12    <div id="footer"></div>
13  </body>
14
15</html>
Note: See TracBrowser for help on using the repository browser.