{{ _("Title") }}
{{ _("Something Short and Concise") }}
{{ _("Content") }}
{{ _("Add your lesson content here") }}
{% if lesson.body %}
{{ lesson.body }}
{% endif %}
{% endmacro %}
{%- block script %}
{{ super() }}
{% if is_moderator %}
{% endif %}
{{ include_script('controls.bundle.js') }}
{% endblock %}