Vincent Prouillet
Vincent Prouillet
Can someone resubmits the PR?
I would say no
> Could Tera maybe side-step the issue by switching to glob or globset? If we can make it work without breaking any existing code, sure.
That would still be a breaking change though. If someone can do a PR we can test things.
> I'm not sure why you would want to keep those weirdos happy... 😄 https://xkcd.com/1172/
Yeah it's probably fine if it always returned an empty list of files tbh
Can we do a PR with a fix as well?
See the example just above the following link https://tera.netlify.app/docs/#auto-escaping
It depends on the structure of your user data and whether it's None. If it isn't, something like `{{ user.email }}` (or whatever property) should work
just do `context.insert("user", &user)`, no need to use the json! macro