1
0
html/tag/script.gen.go

9 lines
213 B
Go
Raw Normal View History

2025-09-11 20:50:00 +02:00
// generated by ../script/generate-tags.go
2025-10-06 00:37:10 +02:00
package tag
2025-10-05 21:25:53 +02:00
2025-09-11 20:50:00 +02:00
import "code.squareroundforest.org/arpio/html"
2025-10-05 21:25:53 +02:00
var Script = html.ScriptContent(html.Define("script"))
var Style = html.ScriptContent(html.Define("style"))