appypod-rattail/gen/ui/home.pt

10 lines
346 B
Plaintext
Raw Normal View History

<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>