You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/startpage/templates/startpage/gruppen/detail.html

16 lines
261 B
HTML

{% extends "startpage/base_subsite.html" %}
{% load markdown_extras markdownify %}
{% block content %}
<h1>{{ group.name }}</h1>
<p>
{{ group.description|markdownify }}
</p>
<h2>Gruppenleitung</h2>
{% include "startpage/people_grid.html" %}
{% endblock %}