initial commit

This commit is contained in:
neingeist 2018-11-09 21:25:30 +01:00
commit 5358ea95d6
10 changed files with 93 additions and 0 deletions

5
app/templates/index.html Normal file
View file

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<h1>Hello!</h1>
{% endblock %}