8 lines
230 B
HTML
8 lines
230 B
HTML
{% extends shell_base %}
|
|
|
|
{% block title %}{{ titel }} · CheckPoint Ehrenamt{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>{{ titel }}</h1>
|
|
<p class="cp-muted">Diese Ansicht kommt in einer der nächsten Sessions.</p>
|
|
{% endblock %}
|