Results 3 comments of Jeysson Guevara

A way to do this is to render the content of the parent block at the specific overriden block, like happens with smarty: parent.tpl ``` smarty AAAA {block "repeated"} BBBB...

Hello @lisachenko, here is a use case I've been thinking about: ### Dependency injection I've a proof of concept of dependency injection with Aura DI (Which I'll upload soon and...

Another possible usage could be a port of C#'s [Insight Database](https://github.com/jonwagner/Insight.Database) which has a feature in which one can define an interface (namely a repositry) and it generates the implementation...