chore(templates): regenerate all _templ.go files with templ v0.3.1020

Upgrade from templ v0.3.1001 to v0.3.1020. Generated code changes include
JoinStringErrs -> ResolveAttributeValue and removal of manual EscapeString
calls (now handled internally by ResolveAttributeValue).
This commit is contained in:
2026-05-24 21:20:24 -04:00
parent 6fcd7f4400
commit 13260d8c1f
37 changed files with 247 additions and 247 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Code generated by templ - DO NOT EDIT.
// templ: version: v0.3.1001
// templ: version: v0.3.1020
package templates
//lint:file-ignore SA4006 This context is only used if a nested component is present.