{% if course.properties.skip_course_cover_page %} {% if course.enrolled? %} {% else %} {% endif %} {% else %} {% include "header" %}
{% include "course_desktop_view" %}
{% include "course_mobile_view" %}
{% include "footer" %} {% endif %}