Re: Feature request: Template tag like stateless component in JSX React

2021-01-29 Thread Aztec Rabbit
asier to maintain, easier to find > that exact match you're looking for. Just look: Curtis also pointed > you to his own version, a bit different that ours, but maybe it would > suit you more? > > LP, > Jure > > On Thu, Jan 28, 2021 at 6:52 PM Aztec Rabbit wrote: > >

Re: Feature request: Template tag like stateless component in JSX React

2021-01-28 Thread Aztec Rabbit
your extended template ("block" > parameter) or define any of the blocks in it using "block" nested blocks. > > LP, > Jure > On 28. 01. 21 07:33, Aztec Rabbit wrote: > > Hi, > > I think template tag like in JSX is very useful, for example: > >

Feature request: Template tag like stateless component in JSX React

2021-01-28 Thread Aztec Rabbit
Hi, I think template tag like in JSX is very useful, for example: > card.html {{ title }} {{ component.children }} > index.html {% component './card.html' with title='Foo' %} Bar {% endcomponent %} -- You received this message because you are subscribed to the Google Groups "Django