package app type PluginsPageData struct { Plugins []interface{} JobTypes map[string]interface{} } templ PluginsOverview(data PluginsPageData) {