{{ define "title" }}{{ .Author.Name }} is on xbar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}

{{ .Author.Name }}—@{{ .Author.GitHubUsername }}

{{ .Author.Name }}—@{{ .Author.GitHubUsername }}

{{ .Author.NiceBio }}

{{ if eq .Author.GitHubUsername "matryer" }}

Support xbar on GitHub Sponsors

{{ else }}

Visit @{{ .Author.GitHubUsername }} on GitHub

{{ end }} {{ if .Plugins }} {{ template "plugins-list" .Plugins }} {{ end }}
{{ end }} {{ define "plugins-list" }} {{ if . }} {{ range . }}

{{ .Title }}

{{ .Desc }}

{{ range .Authors }}

{{ .Name }} {{ if .GitHubUsername }} (@{{ .GitHubUsername }}) {{ end }} {{ if .ImageURL }} {{ end }}

{{ end }}
{{ end }} {{ end }} {{ end }}