We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1571618 commit 59ffd77Copy full SHA for 59ffd77
1 file changed
naucse/templates/content/course.html
@@ -24,6 +24,9 @@ <h4>
24
<small>({{ session.date | format_date }})</small>
25
{% endif %}
26
</h4>
27
+ {% if session.description %}
28
+ {{ session.description | markdown }}
29
+ {% endif %}
30
{{ material_list(session.materials) }}
31
</div>
32
{% endfor %}
0 commit comments