diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html new file mode 100644 index 0000000..d817878 --- /dev/null +++ b/home/templates/home/course_page.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} +{% load static %} +{% load wagtailcore_tags %} + +{% block body_class %}template-homepage{% endblock %} + +{% block extra_css %} + +{% endblock extra_css %} + +{% block content %} + + {{ page.body|richtext }} + +{% endblock content %}