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
* Clarify the filename has to match the extended template.
* The exclamation point is necessary for it to extend the underlying html template, which is likely what a person following this tutorial is doing.
Otherwise it infinitely recurses with the error: `Reason: RecursionError('maximum recursion depth exceeded in comparison')`
* Close the strong tag correctly.
0 commit comments