parent
7f23b2c1b9
commit
91296bb940
@ -1,18 +1,6 @@ |
|||||||
{% extends "@ChamiloCore/Layout/base-layout.html.twig" %} |
{% extends "@ChamiloCore/Layout/no_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' %} |
||||||
{% endblock -%} |
{# {{ encore_entry_script_tags('vue') }}#} |
||||||
</section> |
|
||||||
{% endautoescape %} |
|
||||||
{% endblock %} |
|
||||||
|
|
||||||
{% block chamilo_footer %} |
|
||||||
{% endblock %} |
{% endblock %} |
||||||
|
|||||||
Loading…
Reference in new issue