Files
Chamilo/plugin/ims_lti/view/start.tpl
2025-08-14 22:39:38 +02:00

7 lines
230 B
Smarty

{% if tool.description %}
<p class="lead">{{ tool.description|e|nl2br }}</p>
{% endif %}
<div class="embed-responsive embed-responsive-4by3">
<iframe src="{{ launch_url }}" class="plugin-ims-lti-iframe"></iframe>
</div>