]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add Jinja2Templates component
authorTom Christie <tom@tomchristie.com>
Mon, 18 Feb 2019 13:12:55 +0000 (13:12 +0000)
committerTom Christie <tom@tomchristie.com>
Mon, 18 Feb 2019 13:12:55 +0000 (13:12 +0000)
commit37ee43efc27ae320f43279c843a75bc0df34eae1
tree840cae6879d9ff3f776866bf9afff9d03dd1dc57
parent1db98c7c2f561b5c4d73a4a8f366acf005662f95
Add Jinja2Templates component
docs/responses.md
docs/templates.md
starlette/applications.py
starlette/database/mysql.py
starlette/responses.py
starlette/templating.py [new file with mode: 0644]
tests/test_database.py
tests/test_responses.py
tests/test_templates.py