@metal:define-macro/@metal:use-macro
- Define often used blocks in external templates
<title tal:content="document/header/title"
metal:define-macro="head">
Here comes the title
</title>
<title metal:use-macro="include.tal#head">
Here comes the title
</title>
@tal:match
© copyright 2005 Bitflux GmbH