2012-02-21 05:09:42 -06:00
|
|
|
<tal:main define="tool python: context.config">
|
|
|
|
<html metal:use-macro="context/ui/template/macros/main">
|
2012-09-13 07:43:40 -05:00
|
|
|
<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>
|
2012-02-21 05:09:42 -06:00
|
|
|
</html>
|
|
|
|
</tal:main>
|