Results 1383 comments of Vincent Prouillet

I'm not sure why it's that way, we can have a look for v2.

So in v2 it should work more like Jinja2. Use `+` to concatenate things if they are the same types and `~` to cast to string and then concatenate. So...

The new version has been talked about for almost 2 years but the creator doesn't seem active anymore. Again, not needed to change right now but we do have some...

That's the main one, I can't remember the others sadly. This issue should be close actually, I've already rewritten the parser like 3 times already for v2.

I haven't used `self` in macros since it was implemented. My (very) vague recollection is that it refers to macros defined on the same file but I could be wrong.

In practice `Good {% if morning %}morning{% else %}evening{% endif %}` is strictly more powerful and not that much longer so I'm not sure it makes sense.

The v2 parser already handles that correctly so i'll mark 1 as a v2 feature