Upload Testproject

This commit is contained in:
maste9
2022-02-10 19:37:52 +01:00
parent 5bc18cf773
commit 4dafd4cbfc
16 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
{{ this.body }}
{% endblock %}