
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4141 fd906abe-77d9-0310-91a1-e0d9ade77398
25 lines
623 B
XML
25 lines
623 B
XML
<body metal:define-macro="body">
|
|
<div id="content">
|
|
<tal:sub repeat="view view/layouts/center">
|
|
<metal:sub use-macro="view/renderer" />
|
|
</tal:sub>
|
|
</div>
|
|
</body>
|
|
|
|
|
|
<metal:content define-macro="center">
|
|
<tal:sub repeat="view view/layouts/content">
|
|
<metal:sub use-macro="view/renderer" />
|
|
</tal:sub>
|
|
</metal:content>
|
|
|
|
|
|
<metal:content define-macro="homepage">
|
|
<h1>loops mobile</h1>
|
|
</metal:content>
|
|
|
|
|
|
<metal:content define-macro="notfound">
|
|
<tal:status define="dummy python: request.response.setStatus(404)" />
|
|
<h1 i18n:translate="">Page not found</h1>
|
|
</metal:content>
|