src/pyams_content/component/paragraph/zmi/templates/html-render.pt
changeset 487 093f201e3168
parent 406 5527bc086216
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_content/component/paragraph/zmi/templates/html-render.pt	Fri Mar 16 08:17:54 2018 +0100
@@ -0,0 +1,3 @@
+<h3 tal:content="view.title">title</h3>
+<div tal:content="structure view.body">body</div>
+<tal:var content="structure view.render_illustration()">Illustration</tal:var>