layout_one_col.html.twig.dist 162 B

123456789
  1. {% extends '@ChamiloTheme/Layout/base-layout.html.twig' %}
  2. {# Edit the default chamilo template #}
  3. {% block page_content %}
  4. {{ parent() }}
  5. {% endblock %}