Results 1383 comments of Vincent Prouillet

That would have to wait until v2 is released and zola uses it then

We don't have this concept of pointers in the data in either Tera v1 or v2. No plans to add any hook in there either

I don't think that would be added and there is no more AST in the upcoming v2

I need to push a release to crates.io just to update the URL I believe. The new one is https://keats.github.io/tera/

Netlify wants me to pay 55$ to access the dashboard gain so that's not going to happen :/

It's not tracked in v1 but is in v2. You would need to wait for v2 to be released to get it.

No clue. The happy path and some error handling is mostly done (https://github.com/Keats/tera2) it's missing error handling for rendering and filters/functions/tests but I've started paternity leave yesterday so I don't...

Have you seen https://tera.netlify.app/docs/#inheritance ?

It might be that simple. Some syntax was not allowed because the pest version at that time would not compile correctly, it's probably fixed by now. I'd rather focus on...

Well a user session will be different on every request, so you would need to (i have never used Rocket so i don't know if what i'm going to say...