I’m curious to see what people think about Tera v2 wishlist/changes · Issue #637 · Keats/tera · GitHub
If you have specific requests, feel free to add them to the issue - if it’s more for discussion we can do it here, it’s better suited.
I’m curious to see what people think about Tera v2 wishlist/changes · Issue #637 · Keats/tera · GitHub
If you have specific requests, feel free to add them to the issue - if it’s more for discussion we can do it here, it’s better suited.
I played a bit with Tera for a personal project of mine and I found it to be surprisingly accessible; so, no complaints from my side.
I’m coming a bit late here but I wish I could write:
{% for c in section.pages if c.extra.active %}
instead of
{% for c in [c for c in section.pages if c.extra.active] %}
I haven’t had time yet to read everything but Feature Request: Conditional rendering of blocks · Issue #1016 · Keats/tera · GitHub proposes the same for blocks