summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/acme_template_source.html
blob: 11f19d3d205790da1fd8f8f00acbf215a769f684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- This is ACME's generic look and feel, which is based on
PNOME's look and feel. -->
<html metal:define-macro="page"
      metal:use-macro="pnome_macros_page">
<head>
<title metal:fill-slot="title">ACME Look and Feel</title>
<metal:block>
</metal:block>
</head>
<body>
<div>
  <div>
  "The early bird gets the worm, but the second mouse gets the cheese."
  </div>
  <a href="#">Preferences...</a>
</div>
<div>
  Content here
</div>
<div metal:fill-slot="page-footer">
Copyright 2004 Acme Inc.
<div metal:define-slot="disclaimer">
Standard disclaimers apply.
</div>
</div>
</body>
</html>