You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
while {% block head %} works as expected. I would like to document the naming restrictions if someone knows them or could point me to source code that parses such expressions.
I just stumbled upon an unexpected quirk where apparently hyphens are not allowed in template block names:
results in a vague error like
while
{% block head %}works as expected. I would like to document the naming restrictions if someone knows them or could point me to source code that parses such expressions.