package builder import "website/internal/config" templ tagLink(tag string, attrs templ.Attributes) { #{ tag } } templ tagsPage(config config.Config, title string, tags []string, path string) { @page(config, PageSettings{ Title: title, Path: path, }) {

Tags

} }