{% extends "shared/includes/base.html" %} {% load render_bundle from webpack_loader %} {% load markdownify static lecture_group_types %} {% block content %} {% render_bundle "view_group_lectures" %} {% include "shared/includes/double_heading.html" with heading=group.name subheading="Vzdělávání" icon="ico--user" %} {% if group.description %}
{{ group.description|markdownify|safe }}
{% endif %}
{% endblock %}