{{ define "title" }}{{ .Category.Text }} in your macOS menu bar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}
{{ if .FeaturedPlugins }}
{{ range .FeaturedPlugins }}
Featured
{{ .Title }}
{{ if .Desc }}

{{ .Desc }}

{{ end }} {{ range .Authors }} {{ if .Name }}
{{ if .GitHubUsername }} {{ .Name }} (@{{ .GitHubUsername }}) {{ if .ImageURL }} {{ end }} {{ else }} {{ .Name }} {{ end }}
{{ end }} {{ end }}
{{ end }}

Fancy having your plugin featured? Get in touch.

{{ end }} {{ if .Category.ChildrenCategories }}

Looking for something specific?

{{ template "subcategories" .Category.ChildrenCategories }}

{{ end }}
{{ template "plugins" .Plugins }}
{{ end }} {{ define "subcategories" }} {{ if . }} {{ range $k, $v := . }} {{ $v.Text }} {{ template "subcategories" .ChildrenCategories }} {{ end }} {{ end }} {{ end }}