tao-test/app/taoQtiItem/views/js/qtiCreator/tpl/container.tpl

5 lines
122 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
{{~#equal contentModel "blockStatic"~}}
<div data-html-editable="true">{{{body}}}</div>
{{~else~}}
{{{body}}}
{{~/equal~}}