12 lines
424 B
XML
12 lines
424 B
XML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
|
metal:use-macro="here/main_template/macros/master" i18n:domain="<!applicationName!>">
|
|
|
|
<metal:disable fill-slot="top_slot"
|
|
tal:define="dummy python:request.set('disable_border',1)" />
|
|
<body>
|
|
<div metal:fill-slot="main" tal:define="tool python: context.<!toolInstanceName!>">
|
|
<!pageContent!>
|
|
</div>
|
|
</body>
|
|
</html>
|