I'd like to use around-keyword in small template chunks which I include into specific template and want those to cascade into main. I described whole problem with test case in StackOverflow:
https://stackoverflow.com/q/52296553/196241
Is it possible at all? If the order is cascade first and then include, it seems impossible. If it would be other way (first include, then cascade), it could work.
I'd like to use
around
-keyword in small template chunks which Iinclude
into specific template and want those to cascade into main. I described whole problem with test case in StackOverflow: https://stackoverflow.com/q/52296553/196241Is it possible at all? If the order is cascade first and then include, it seems impossible. If it would be other way (first include, then cascade), it could work.
Best regards,
Gunnar