summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/acme_template.pt
blob: 0af01badc0e2ada7a3f729e6fb322e7b18f16de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- This is ACME's generic look and feel, which is based on
PNOME's look and feel. -->
<html metal:extend-macro="pnome_macros_page" metal:define-macro="page">
<head>
<title metal:fill-slot="title">ACME Look and Feel</title>
</head>
<body>
<div metal:fill-slot="page-footer">
Copyright 2004 Acme Inc.
<div metal:define-slot="disclaimer">
Standard disclaimers apply.
</div>
</div>
</body>
</html>