mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-26 11:41:39 +00:00
3 lines
98 B
Python
3 lines
98 B
Python
from fastapi.templating import Jinja2Templates
|
|
|
|
templates = Jinja2Templates(directory="templates") |