Replies: 1 comment
-
What should the code do if a field could not be found? Maybe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using inheritance of templates with the {% extends "base.html %} syntax, i am conflicted whether {% call super() %} should in turn require the fields from the super block to be part of the struct defined for the template.
E.g. I have a base.html which has all my general setup, specifically
In my specific.html
I want to set the value of {{area}}, do i need to reiterate the whole structure or is there a way to include the extended struct from the parent in your struct definition?
Beta Was this translation helpful? Give feedback.
All reactions