mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* progress * Okay, main swap works and can login with pw+totp * Feedback * bypassing docs tests temporarily
15 lines
195 B
TOML
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 = "*/"
|