package templates 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

} }