src/pyams_content/component/video/zmi/templates/video-render.pt
branchdoc-dc
changeset 652 b438528e5bb3
parent 651 26a58877d1aa
parent 557 a78ade534b97
child 653 238b75a21396
--- a/src/pyams_content/component/video/zmi/templates/video-render.pt	Wed May 23 15:30:41 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<h3 tal:condition="view.title"
-	tal:content="view.title">title</h3>
-<div tal:condition="view.body"
-	 tal:content="structure view.body">body</div>
-<div tal:condition="view.description"
-	 tal:content="structure extension:html(view.description)">Description</div>
-<tal:var replace="structure view.render_video()" />