|
|
|
|
|
by mont_tag
427 days ago
|
|
No, it would fail upstream before the template post-processing even begin. The template object itself could not be formed because the each name must be a visible variable name. This is the same error that you would get with an f-string that contained an undefined variable name. |
|
What am I missing?