Is it possible to re-use an variable with an value from a function on the controller in the view?
What I'm trying to accomplish is, I have string with a lot of text, and I'm
only want to present a few words or part of this text in view. I manage to
do this with a python script together with an while loop. But if I'm using
a while loop in a controller function, it's only the first "part" of my
text is showing up in the view {{=message}}.
Thanks in advance !
--

