xslate / p5-Text-Xslate

Scalable template engine for Perl5
https://metacpan.org/release/Text-Xslate
Other
121 stars 47 forks source link

Is it possible to cascade included chunks? #194

Open wanradt opened 6 years ago

wanradt commented 6 years ago

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.

Best regards,

Gunnar