annotate zpt/head_main.zpt @ 24:2204e028811b
preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control
author |
casties |
date |
Thu, 06 Apr 2006 19:13:43 +0200 |
parents |
|
children |
dcadb05c8dfb |
rev |
line source |
24
|
1 <tal:block tal:define="docinfo options/docinfo">
|
|
2 <span tal:condition="not:exists:docinfo/author">(no information)</span>
|
|
3 <tal:y tal:condition="exists:docinfo/author">
|
|
4 <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/>,<i tal:content="docinfo/year"/>
|
|
5 </tal:y>
|
|
6 </tal:block>
|