I'm working in CMF,
customizing main_template. I'm simplifying the presentation and want to
show only the document name and not its status (Created by jgh. Last
modified 2002-06-13 17:20:41.) In my slash and burn way, I've narrowed
this down to the following bit of code, which produces the Page Title as
expected and desired, but throws in the status:
<div
metal:define-slot="header">
<h1
id="DesktopTitle"
tal:content="here/Title"> Page Title </h1>
</div>
Any ideas
why?