Hello,
I am trying to use view() in a way that I can capture its output as a string.
For example,
- val titleText = view(thing)
%strong{:title => {titleText}} Hello
This doesn't work because view() renders with the current RenderContext, and so its output appears inline. Is there a way to do this?