{% extends "web/components/base.html" %} {% block content_header %} {% include "web/components/content-header.html" with content_header="Add new course" %} {% endblock %} {% block modules %} {% include "web/modules/add-course.html" %} {% endblock %}