16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
||
|
metal:use-macro="here/main_template/macros/master" i18n:domain="<!applicationName!>">
|
||
|
|
||
|
<!-- Disable standard Plone green tabs -->
|
||
|
<div metal:fill-slot="top_slot">
|
||
|
<metal:block metal:use-macro="here/global_defines/macros/defines" />
|
||
|
<div tal:define="dummy python:request.set('disable_border', 1)" />
|
||
|
</div>
|
||
|
|
||
|
<body>
|
||
|
<div metal:fill-slot="main">
|
||
|
<span tal:replace="structure python: context.<!toolInstanceName!>.translateWithMapping('front_page_text')"/>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|