botui/askama.toml

10 lines
230 B
TOML
Raw Permalink Normal View History

2025-12-03 18:42:22 -03:00
[general]
# Configure Askama to look for templates in ui/ directory
dirs = ["ui"]
# Enable syntax highlighting hints for editors
syntax = [{ name = "html", ext = ["html"] }]
# Escape HTML by default for security
escape = "html"