annotate zpt/department/default_template_main.zpt @ 204:670b3507509d
fix breadcrumbs for features.
author |
casties |
date |
Thu, 27 Jun 2013 15:39:44 +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>
|