Initial Commit

This commit is contained in:
2023-11-02 09:04:40 +01:00
commit 02d95f34e2
18 changed files with 274 additions and 0 deletions

5
templates/index.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block main %}
{{ section.content | markdown(inline = true) | safe }}
{% endblock %}