[solved] HtmlEscapedString not rendering?
When I have this function
Why would this not render?
1 Reply
This is because
render()
returns a reponse - not a HtmlEscapedString.
A little weird there is not giving a type error.