{% extends "base.html" %} {% block title %}Dokumentation - nbsp.space{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Dokumentation {% if doc_path and doc_path != 'README.md' %} / {{ filename }} {% endif %}
Zurück
{{ content|safe }}
{% endblock %}