From 38d8dec49cece61ae3ad2a2cfbddabbd1a4a2656 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 14:49:40 +0100 Subject: [PATCH] feat(course_page.html): include `prose` class on content --- home/templates/home/course_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index d817878..3fcc280 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -8,6 +8,8 @@ {% endblock extra_css %} +{% block content_class %}prose{% endblock content_class %} + {% block content %} {{ page.body|richtext }}