diff --git a/home/templates/home/module_lesson_page.html b/home/templates/home/module_lesson_page.html new file mode 100644 index 0000000..98590f0 --- /dev/null +++ b/home/templates/home/module_lesson_page.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% load static wagtailcore_tags i18n %} + +{% block title %}{{ page.full_title }}{% endblock %} + +{% block body_class %}template-modulelessonpage{% endblock %} + +{% block extra_css %} + +{% endblock extra_css %} + +{% block content_class %}prose{% endblock content_class %} + +{% block content %} +