diff --git a/home/templates/home/course_index_page.html b/home/templates/home/course_index_page.html new file mode 100644 index 0000000..11f57c3 --- /dev/null +++ b/home/templates/home/course_index_page.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} +{% load static i18n wagtailcore_tags wagtailimages_tags %} + +{% block title %}{% trans "Courses" %}{% endblock title %} + +{% block body_class %}template-courseindex{% endblock body_class %} + + +{% block content %} +