parent
16ed16486e
commit
5fd69c3ee6
@ -1,6 +1,18 @@ |
|||||||
{% extends "@ChamiloCore/Layout/no_layout.html.twig" %} |
{% extends "@ChamiloCore/Layout/base-layout.html.twig" %} |
||||||
|
{% block chamilo_wrap %} |
||||||
|
{%- autoescape %} |
||||||
|
{% if not from_vue %} |
||||||
|
<div id="app" data-flashes="{{ app.flashes()|json_encode }}"></div> |
||||||
|
{% endif %} |
||||||
|
{% endautoescape -%} |
||||||
|
{% autoescape false %} |
||||||
|
<section id="sectionMainContent" class="section-content"> |
||||||
{%- block content %} |
{%- block content %} |
||||||
{% include '@ChamiloCore/Layout/vue_setup.html.twig' %} |
{% include '@ChamiloCore/Layout/vue_setup.html.twig' %} |
||||||
{# {{ encore_entry_script_tags('vue') }}#} |
{% endblock -%} |
||||||
|
</section> |
||||||
|
{% endautoescape %} |
||||||
|
{% endblock %} |
||||||
|
|
||||||
|
{% block chamilo_footer %} |
||||||
{% endblock %} |
{% endblock %} |
||||||
|
|||||||
Loading…
Reference in new issue