Abraham Hinteregger
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/advanced/templates.md
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
You can use any template engine you want with **FastAPI**. |
|
|
|
|
|
|
|
A common election is Jinja2, the same one used by Flask and other tools. |
|
|
|
A common choice is Jinja2, the same one used by Flask and other tools. |
|
|
|
|
|
|
|
There are utilities to configure it easily that you can use directly in your **FastAPI** application (provided by Starlette). |
|
|
|
|
|
|
|