kanidm/server/core/askama.toml

15 lines
195 B
TOML
Raw Permalink Normal View History

[general]
default_syntax = "htmx_compatible"
[[syntax]]
name = "htmx_compatible"
block_start = "(%"
block_end = "%)"
expr_start = "(("
expr_end = "))"
comment_start = "/*"
comment_end = "*/"