Results 1383 comments of Vincent Prouillet

No way to do that right now. I don't think it's planned either.

We could add `render` to pages and a `render_pages` to sections. What would happen if `render_pages = false` and a page in it has `render = true` though? I would...

I'm not sure about putting a public gmail address. I might come back to that with tera v2 and a dummy address

It's not possible in Tera outside of a function as you mentioned

I'm not adding any new big features to Tera right now. I'll add that as consideration for the next major version though

I think this is ok to add, i'm just a bit worried about confusion between null and not defined but it's probably ok.

Yep that's exactly that. I had a few people confused on defined vs null already, expecting `null_var is defined` to be true which is a reasonable take I think. Maybe...

`10**3` will be supported in v2 > This likely requires BigInt but having already pow and a float formatting option would solve quite some problems. You can write your own...

I'm not going to make a big change to v1 like that. What's the usecase?