New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
empty struct fails with proc macro #101
Comments
This is Askama-specific. It probably works if you make it |
Yes indeed! Adding |
You can similarly do |
True, didn't think of that. EDIT: Just verified: Works as expected. |
So I've decided to lift the restrictions here, so you can now use any kind of struct as the context. |
And thanks for reporting! |
Awesome, thank you! As always, incredible turn around times :) |
It helps that we're timezone-aligned |
Hi djc,
not sure if this is a general rust issue or an implementation detail in askama (I might be just too silly to pass the right terms to my fav search engine).
The text was updated successfully, but these errors were encountered: