Re: include_block template tag

2021-04-22 Thread Carlton Gibson
Hi Pierre. If you were to bundle it in a package and put in on PyPI, that would allow others to easily experiment and feedback too. Kind regards, Carlton On Thu, 22 Apr 2021 at 21:33, Pierre Vanliefland < pierre.vanliefl...@gmail.com> wrote: > Thanks Jure! In the meantime, I have started testin

Re: include_block template tag

2021-04-22 Thread Pierre Vanliefland
Thanks Jure! In the meantime, I have started testing my code extensively and spotted a few problems, mostly linked to the usage of block nodes within {% embed %}. I have decide to use a new tag, {% slot %}, with a much simpler implementation and it seems to work just fine. I have updated the gi