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