Mercurial > hg > MPIWGWeb
annotate zpt/department/default_template_main.zpt @ 9:5db416602e85
new MPIWGDepartment class.
author | casties |
---|---|
date | Fri, 15 Feb 2013 20:51:34 +0100 |
parents | |
children |
rev | line source |
---|---|
9 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | |
3 <html metal:use-macro="here/main_template/macros/page"> | |
4 <tal:block metal:fill-slot="body"> | |
5 <!-- Insert here the main text --> | |
6 | |
7 | |
8 | |
9 <!-- Don't change from here --> | |
10 </tal:block> | |
11 </html> |