appypod-rattail/gen/ui/home.pt
2012-02-21 12:09:42 +01:00

8 lines
247 B
XML

<tal:main define="tool python: context.config">
<html metal:use-macro="context/ui/template/macros/main">
<div metal:fill-slot="content">
<span tal:replace="structure python: tool.translate('front_page_text')"/>
</div>
</html>
</tal:main>