[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"