Hi @mad !
Is it possible to include the same block of code multiple times in a page but with a different content each time ?
To be more specific, I have a custom dialog component, always with the same structure, but the content may be different for each dialog. Some may have a heading, an image, action buttons... And some don't.
Is there a way, like there is for template inheritance (with snippets), to do that ?
Maybe I should precise that I'm already in a template inheritance structure, tring to put my dialogs in the derived version of the pageOuterElements
snippet from my master template. I don't know if it can have any importance here.
Thank you in advance !