{% extends "base.html" %} {% block title %} Create new Course {% endblock %} {% block content %} Return to the main page..

Create new Course

{% include "partial/create_form.html" with button_text="Create new course" %}

{% endblock %}