From 33c57664c9a5a88e30139509ed92b38e1ec3fbb8 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 16 Jun 2021 09:28:50 +0100 Subject: [PATCH] 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. --- www/server-examples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/server-examples.md b/www/server-examples.md index 2f9c98dc..dd2266dd 100644 --- a/www/server-examples.md +++ b/www/server-examples.md @@ -38,6 +38,10 @@ These examples may make it a bit easier to get started using htmx with your plat - +### FastAPI + +- + ### Flask - @@ -46,10 +50,6 @@ These examples may make it a bit easier to get started using htmx with your plat - -### jinja - -- - ## Java ### Spring Boot