16
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6 </head>
|
|
7 <body>
|
|
8 <metal:block metal:define-macro="caption">
|
|
9 <div class="caption">
|
|
10 <!-- insert image caption here -->
|
|
11 </div>
|
|
12 </metal:block>
|
|
13 <metal:block metal:define-macro="text">
|
|
14 <h1><a tal:attributes="href feature_url"><!-- insert title here --></a></h1>
|
|
15 <p>
|
|
16 <!-- insert teaser text here -->
|
|
17 </p>
|
|
18 </metal:block>
|
|
19 </body>
|
|
20 </html>
|