M templates/tags.templ →
templates/tags.templ <a { attrs... } href={ templ.SafeURL("/tags/" + tag) }>#{ tag }</a>
}
-templ TagsPage(config config.Config, title string, tags []string, path string) {
+templ TagsPage(config *config.Config, title string, tags []string, path string) {
@Page(config, PageSettings{
Title: title,
Path: path,