You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
236 B

"""
Template rendering for FastAPI.
Re-exports Starlette's Jinja2Templates class for server-side rendering
with Jinja2 templates in FastAPI applications.
"""
from starlette.templating import Jinja2Templates as Jinja2Templates # noqa