2
xmlns:tal="http://xml.zope.org/namespaces/tal"
3
xmlns:metal="http://xml.zope.org/namespaces/metal"
4
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
7
<tal:layout define="columns1 default">
9
xmlns="http://www.w3.org/1999/xhtml"
10
xmlns:tal="http://xml.zope.org/namespaces/tal"
11
xmlns:metal="http://xml.zope.org/namespaces/metal"
12
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
16
metal:use-macro="context/@@main_template/master"
17
i18n:domain="launchpad"
20
<metal:heading fill-slot="pageheading">
21
<h1>Not allowed here</h1>
23
<div metal:fill-slot="body">
24
<span metal:use-macro="context/@@+forbidden-page-macros/body" />