Erste Seiten mit mkdocs

This commit is contained in:
ngb
2022-11-29 10:55:54 +01:00
parent 807a13b725
commit b76d533739
17 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block tabs %}
{{ super() }}
{% endblock %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %}