mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-23 13:40:17 +00:00
The built-in function escapes HTML entities, which isn't needed in templates where auto escaping already exists. Our own json function takes an optional boolean that indents the rendered data. It replaces the "niceJSON" function that becomes "|json(true)"