summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/pnome_template.pt
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/pnome_template.pt')
-rw-r--r--src/zope/tal/tests/input/pnome_template.pt23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/pnome_template.pt b/src/zope/tal/tests/input/pnome_template.pt
new file mode 100644
index 0000000..f4d1c66
--- /dev/null
+++ b/src/zope/tal/tests/input/pnome_template.pt
@@ -0,0 +1,23 @@
+<!-- fakeplone is a fictional user interface created by a large,
+well-focused team of graphics designers -->
+<html metal:define-macro="page">
+<head>
+<title metal:define-slot="title">Title here</title>
+<metal:block define-slot="local-styles">
+</metal:block>
+</head>
+<body>
+<div>
+ <div metal:define-slot="annoying-quote">
+ "The early bird gets the worm, but the second mouse gets the cheese."
+ </div>
+ <a href="#">Preferences...</a>
+</div>
+<div metal:define-slot="content">
+ Content here
+</div>
+<div metal:define-slot="page-footer">
+ page footer
+</div>
+</body>
+</html>