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