add jinja2

Add jinja2/aiohttp_jinja2
- Update handle_base and template to show status
This commit is contained in:
Brian Martin 2020-01-02 01:16:43 -05:00
parent 136a4d26c7
commit 01d13e0264
4 changed files with 177 additions and 8 deletions

View file

@ -11,6 +11,8 @@ pyyaml = "~=5.2"
atomicwrites = "~=1.3"
yarl = "~=1.3.0"
multidict = "~=4.5.2"
aiohttp-jinja2 = "*"
jinja2 = "*"
[dev-packages]
black = "*"