-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
How to use super()? #825
Comments
Use |
Thank you, closing this issue, but perhaps an example should be put in the docs since it is different enough from the standard jinja2 syntax. |
@reportingissue if you are able to submit a PR to the docs where you'd have found it, that would be great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get the
super()
macro to work.rustc 1.70.0 (90c541806 2023-05-31)
Cargo.toml
page.html
base.html
main.rs
The error:
I've tried with
{ super() }
,{{ super }}
and{% super() %}
but those don't work either. I haven't managed to find a working example on the internet...The text was updated successfully, but these errors were encountered: