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