chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Resources/views/Layout/skill_layout.html.twig

Summary

Maintainability
Test Coverage
{% extends "@ChamiloCore/Layout/base-layout.html.twig" %}
{# overrides everything inside body no-footer no-header #}
{% block chamilo_wrap %}
    {# topbar #}
{#    {% include "@ChamiloCore/Layout/topbar.html.twig" %}#}
    {% include 'default/skill/skill_wheel.js.html.twig' %}
    {% include 'default/skill/skill_wheel.html.twig' %}
    {% autoescape false %}
        <section id="content-scorm">
        {{ content }}
        </section>
    {% endautoescape %}
{% endblock %}

{% block chamilo_footer %}
{% endblock %}