]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add docs and tests for Jinja2 templates (#186)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Apr 2019 14:49:15 +0000 (18:49 +0400)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 14:49:15 +0000 (18:49 +0400)
commitc1df0f6b84eb5851a43d63449fe2f87593e5110d
treee81dc9176ab27219305efbcd24ddbfb7fbf1a676
parent0cd54855973ce322650cac5b522a53345d99607a
:sparkles: Add docs and tests for Jinja2 templates (#186)

* :sparkles: Add docs and tests for Jinja2 templates

* :art: Fix format in test, remove unused import
docs/src/static_files/tutorial001.py [new file with mode: 0644]
docs/src/templates/static/styles.css [new file with mode: 0644]
docs/src/templates/templates/item.html [new file with mode: 0644]
docs/src/templates/tutorial001.py [new file with mode: 0644]
docs/tutorial/static-files.md [new file with mode: 0644]
docs/tutorial/templates.md [new file with mode: 0644]
mkdocs.yml
tests/test_tutorial/test_templates/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_templates/test_tutorial001.py [new file with mode: 0644]