src/pyams_content/component/paragraph/zmi/templates/html-render.pt
changeset 555 8e8a14452567
parent 554 120ce09ade94
child 556 8f3c10b301ea
equal deleted inserted replaced
554:120ce09ade94 555:8e8a14452567
     1 <h3 tal:content="view.title">title</h3>
       
     2 <div tal:content="structure view.body">body</div>
       
     3 <tal:var content="structure view.render_illustration()">Illustration</tal:var>