diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:41:50 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:44:01 +0300 |
commit | d05ab59b47a25432672cfe5b7ba53f3cb1a6d6cb (patch) | |
tree | 71f2f306d640a65bd92545a61b955071663976c8 /app/templates/index.html |
initial commit
Diffstat (limited to 'app/templates/index.html')
-rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..5cb6467 --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,2 @@ +{% extends "base.html" %} + |