diff --git a/app.py b/app.py index 19be1d4..918a9d1 100644 --- a/app.py +++ b/app.py @@ -221,6 +221,13 @@ def habit_create(): errors=errors, ) +@app.route('/test1') +def test1(): + return render_template('layouts/indextest1.html', errors={}) + +@app.route('/test2') +def test2(): + return render_template('layouts/indextest2.html', errors={}) # Run the application if __name__ == '__main__': diff --git a/templates/layouts/indextest1.html b/templates/layouts/indextest1.html new file mode 100644 index 0000000..cf0a7b4 --- /dev/null +++ b/templates/layouts/indextest1.html @@ -0,0 +1,167 @@ +{% extends 'layouts/main.html' %} + +{% block content %} +
| + | -2 | +-1 | +0 | ++1 | ++2 | +
|---|---|---|---|---|---|
| Montag | +15 | +20 | +25 | +30 | +35 | +
| Dienstag | +15 | +20 | +25 | +30 | +35 | +
| Mittwoch | +15 | +20 | +25 | +30 | +35 | +
| Donnerstag | +15 | +20 | +25 | +30 | +35 | +
| Freitag | +15 | +20 | +25 | +30 | +35 | +
| Samstag | +15 | +20 | +25 | +30 | +35 | +
| Sonntag | +15 | +20 | +25 | +30 | +35 | +