Hwaro::Utils::CrinjaUtils
Constants
NIL_VALUE = Crinja::Value.new(nil)
Pre-allocated nil value to avoid repeated allocations in hot paths
Instance methods
Convert an extra field value (from front matter) to Crinja::Value.
Recursive so nested [extra.*] hashes and arrays-of-hashes
traverse via {{ page.extra.a.b }} in templates.
Convert a Hash(String, TOML::Any) to Crinja::Value