{% extends "base.html" %} {% block title %}Hilfe – KielZeit{% endblock %} {% block content %}

Hilfe & Dokumentation

{% for name, d in docs.items() %}

{{ d.title }} {% if d.admin %}Admin{% endif %}
{{ d.desc }}

{% endfor %}
{% endblock %}