<body>
<div metal:fill-slot="main" tal:omit-tag="">
- <div tal:replace="structure here/CookedBody">Cooked Body</div>
+ <div tal:condition="python:here.Format() == 'text/html'" tal:replace="structure here/EditableBody">Editable Body</div>
+ <div tal:condition="python:here.Format() != 'text/html'" tal:replace="structure here/CookedBody">Cooked Body</div>
</div>
</body>