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
Generated code for 1 templates with 1 errors in 911.881µs
1 error occurred:
* template.templ: template.templ parsing error: <div>: expected end tag not present or invalid tag contents at line 12, col 8 (index 178)
Improving the parser to parse HTML encoded text elements would complicate the code, but make a better developer experience, and lead to simpler templates.
The text was updated successfully, but these errors were encountered:
Currently, to output some text, you have to remember to use a variable.
I forget sometimes, and write this code:
And receive the error:
Improving the parser to parse HTML encoded text elements would complicate the code, but make a better developer experience, and lead to simpler templates.
The text was updated successfully, but these errors were encountered: