feat(home/course_page.html): add CoursePage template
This commit is contained in:
15
home/templates/home/course_page.html
Normal file
15
home/templates/home/course_page.html
Normal file
@@ -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 %}
|
||||
Reference in New Issue
Block a user