appypod-rattail/gen/ui/home.pt
2012-09-13 14:43:40 +02:00

10 lines
346 B
XML

<tal:main define="tool python: context.config">
<html metal:use-macro="context/ui/template/macros/main">
<table metal:fill-slot="content" width="300px" height="240px" align="center">
<tr valign="middle">
<td align="center" tal:content="structure python: tool.translate('front_page_text')"></td>
</tr>
</table>
</html>
</tal:main>