src/pyams_default_theme/component/video/templates/video-default.pt
branchdev-dc
changeset 104 a050abf1a69c
parent 103 c1cef6215051
child 105 9e70ec7ccaa8
child 109 2df1cc36531c
equal deleted inserted replaced
103:c1cef6215051 104:a050abf1a69c
     1 <h3 tal:condition="view.title"
       
     2 	tal:content="view.title">title</h3>
       
     3 <div tal:condition="view.description"
       
     4 	 tal:content="structure tales:html(view.description)">Description</div>
       
     5 <tal:var replace="structure view.render_video()" />