M templates/tags.templ →
templates/tags.templ package templates
-import "website/internal/config"
+import "go.alanpearce.eu/website/internal/config"
templ tagLink(tag string, attrs templ.Attributes) {
<a { attrs... } href={ templ.SafeURL("/tags/" + tag) }>#{ tag }</a>