kanidm/server/core/askama.toml
Firstyear 3ec9b320a1
20240620 htmx (#2854)
* progress
* Okay, main swap works and can login with pw+totp
* Feedback
* bypassing docs tests temporarily
2024-07-02 10:59:06 +00:00

15 lines
195 B
TOML

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