package templates import ( "website/internal/config" "website/internal/content" ) templ TagPage(config config.Config, tag string, posts []content.Post, path string) { @Page(config, PageSettings{ Title: tag, Path: path, TitleAttrs: templ.Attributes{ "class": "p-author h-card", "rel": "author", }, }) {