diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index 58b6ad5..ebf111c 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -17,9 +17,13 @@ {% if page.course_image %} - {% image page.course_image original alt=page.title class="w-full h-auto rounded-lg mb-6" %} + {% image page.course_image original alt=page.title class="w-full h-auto rounded-lg mb-4" %} {% endif %} +
+ {{ page.description }} +
+ {{ page.body|richtext }} {% if user_has_access %}