I need replace some content in every file of view. But content in many places is just a text, not a variable, co i cant use variable|replace()
filter.
Is there any way to get view (eg in Controller) content before displaying so I can pass it to some function and return ready to display content?
Or maybe there is way for replace all content in block
tag?