intra_max_chatbot/admin/templates_env.py
2026-03-26 00:25:37 +03:00

5 lines
285 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from pathlib import Path
from fastapi.templating import Jinja2Templates
# Один общий экземпляр с абсолютным путём — избегает конфликта кеша Jinja2
templates = Jinja2Templates(directory=str(Path(__file__).parent / "templates"))