summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test_metal8.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test_metal8.html')
-rw-r--r--src/zope/tal/tests/input/test_metal8.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test_metal8.html b/src/zope/tal/tests/input/test_metal8.html
new file mode 100644
index 0000000..40d8a43
--- /dev/null
+++ b/src/zope/tal/tests/input/test_metal8.html
@@ -0,0 +1,15 @@
+<html metal:define-macro="page" i18n:domain="zope">
+<body>
+<div metal:define-macro="workspace">
+<div metal:define-slot="body">
+Default body
+</div>
+</div>
+</body>
+</html>
+
+<html metal:use-macro="page">
+<div metal:fill-slot="body">
+Filled-in body
+</div>
+</html>