Page Template Example
by
admin
—
last modified
2006-10-11 10:49
An example of a page template that can fill the main_template's main slot.
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en-US" lang="en-US"
metal:use-macro="here/main_template/macros/master"
i18n:domain="plone">
<div metal:fill-slot="main">
</div>
</html>