Content Safety Improvements
In some cases, the built in "Content Safety" support that escapes raw values to HTML is not necessary.
This release adds a Parse()
method overload that will allow {{{ . }}}
and {{ . }}
to behave the same way, and just output the raw model value. This improvement is necessary for some uses cases where having different behavior for those two constructs is confusing.