summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/acme_template.pt
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/acme_template.pt')
-rw-r--r--src/zope/tal/tests/input/acme_template.pt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/acme_template.pt b/src/zope/tal/tests/input/acme_template.pt
new file mode 100644
index 0000000..0af01ba
--- /dev/null
+++ b/src/zope/tal/tests/input/acme_template.pt
@@ -0,0 +1,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>