{% extends "course_flow/base.html" %} {% load static compress i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {%if title != "" %} {% trans title %} {% else %} {% trans "Untitled" %} {% endif %} - CourseFlow {% endblock %} {% block react_scripts %} {% include 'course_flow/base/react_renderer.html' %} {% endblock %}