Rename 'FastAPI' section in server examples docs

The linked example is really a demonstration of use with the FastAPI framework rather than jinja. "jinja" is a templating language, which can also be used in Django, Flask, etc.
This commit is contained in:
Adam Johnson 2021-06-16 09:28:50 +01:00 committed by GitHub
parent a395fe8724
commit 33c57664c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,10 @@ These examples may make it a bit easier to get started using htmx with your plat
- <https://github.com/adamchainz/django-htmx> - <https://github.com/adamchainz/django-htmx>
### FastAPI
- <https://github.com/renceInbox/fastapi-todo>
### Flask ### Flask
- <https://github.com/cscortes/htmxflask> - <https://github.com/cscortes/htmxflask>
@ -46,10 +50,6 @@ These examples may make it a bit easier to get started using htmx with your plat
- <https://github.com/jpsteil/py4web_htmx_demo> - <https://github.com/jpsteil/py4web_htmx_demo>
### jinja
- <https://github.com/renceInbox/fastapi-todo>
## Java ## Java
### Spring Boot ### Spring Boot