summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test_metal8.html
blob: 40d8a43c275b943e640500814d2f50cf9db2169d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>