
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3783 fd906abe-77d9-0310-91a1-e0d9ade77398
24 lines
280 B
XML
24 lines
280 B
XML
<metal:main define-macro="main">
|
|
<html>
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
<h1>Top Bar</h1>
|
|
</div>
|
|
|
|
<div>
|
|
<metal:content define-slot="content">Content</metal:content>
|
|
</div>
|
|
|
|
<div>
|
|
<p>Footer</p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
</metal:main>
|