annotate zpt/department/default_template_main.zpt @ 142:87122259f888
Merge with 1114f55b069264c86a20579939839c20b4e01b3c
author |
casties |
date |
Fri, 31 May 2013 17:57:49 +0200 |
parents |
5db416602e85 |
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>
|