Morgan Aubert

Results 42 comments of Morgan Aubert

> Yes @ellmetha. Is this in the pipeline? For now it's not as I don't have much time to allocate to this project. That being said, I will be happy...

Is this mechanism similar to [Jinja macros](https://jinja.palletsprojects.com/en/3.1.x/templates/#macros)? Considering this example, I'm a bit uncertain about the value of this mechanism. As far as I can see, this example could be...

Do you have an example where you would need to include complex HTML in included templates? I guess a card with headers and bodies that can be overridden would be...

Improvements were shipped for the documentation. I think the `capture` template tag may be interesting to add regardless of this discussion as it would provide a way to easily assign...

> Snippets could replace layouts (extend and block) too, effectively turning layouts into components. Template inheritance and the use of `extend` and `block` will remain as is. These tags provide...

@kates Thanks for looking into that! To answer your question, the language extracted from the route path should always have precedence.

I like the idea! I wonder if we need to allow this mechanism to be declined on a per-application basis. I assume that applications that would need to set up...

Sounds good to me @treagod!

@itsayopapi yes feel free to work on it!

Thanks for the info! Yes, there are also some issues (such as https://github.com/crystal-lang/crystal/issues/6588) that seem to suggest this may be related to generics inheritance (which Marten relies on for its...