feat(home/course_page.html): add CoursePage template

This commit is contained in:
2026-03-11 12:28:17 +01:00
parent f95badb6d4
commit 5cb5d4d97b

View 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 %}