feat(home/course_page.html): add description to course page template
This commit is contained in:
@@ -17,9 +17,13 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{% if page.course_image %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
<p class="not-prose text-gray-600 mb-6 text-lg">
|
||||||
|
{{ page.description }}
|
||||||
|
</p>
|
||||||
|
|
||||||
{{ page.body|richtext }}
|
{{ page.body|richtext }}
|
||||||
|
|
||||||
{% if user_has_access %}
|
{% if user_has_access %}
|
||||||
|
|||||||
Reference in New Issue
Block a user