Vladimir Minev
Vladimir Minev
> That's not going to be built in Is there a reason for this? Do you need help with the implementation? > you can probably write your own filter to...
> It's an important feature of Tera to error if it's missing things rather than silently ignoring it. I didn't mean that the current behavior should be replaced. There should...
@Keats Added a Proof-of-Concept implementation of what we approximately need https://github.com/Keats/tera/compare/master...minev-dev:tera:master It helps to tolerate the template variables that are not presented in a context. What do you think about...