render_stream_async() with FastAPI's StreamingResponse for true streaming
HTML delivery on Python 3.14+.
uv add fastapi uvicorn kida-templates
cd examples/fastapi_async && uvicorn app:app --reloaduv run pytest examples/fastapi_async/ -vStreamingResponsewith async template rendering- Templates with
{% async for %}consume async data - Full and streaming endpoints produce same content