comparison examples/bench/myghty/base.myt @ 320:2295fb564250 trunk

Forgot to add myghty templates for [393].
author cmlenz
date Tue, 24 Oct 2006 16:44:32 +0000
parents
children
comparison
equal deleted inserted replaced
319:bab19496d4fa 320:2295fb564250
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
5
6 <%method wrap>
7 <%args scope="request">
8 title
9 </%args>
10 <div id="header">
11 <h1><% title %></h1>
12 </div>
13
14 <% m.content() %>
15
16 </%method>
17
18 <div id="footer"></div>
19 </html>
20
21 <%method greeting>
22 <%args>
23 name
24 </%args>
25 Hello, <% name | h %>
26 </%method>
Copyright (C) 2012-2017 Edgewall Software