package admin import "fmt" templ (a *AdminPlugin) page() { Vars
} templ (a *AdminPlugin) showPassword(entry PassEntry) {
ID{ fmt.Sprintf("%d", entry.ID) }
Password{ entry.Secret }:{ entry.Pass }
} templ (a *AdminPlugin) entries(items []PassEntry) {
if len(items) == 0 { No items }
} templ renderError(err error) {
{ err.Error() }
}