summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test_metal7.html
blob: 75ec511338eac5f5991941102962e3ada4ce460c (plain)
1
2
3
4
5
6
<html metal:define-macro="page" i18n:domain="zope">
    <x metal:define-slot="title" />
</html>
<html metal:use-macro="page">
    <x metal:fill-slot="title" />
</html>