{{ define "title" }}xbar, the BitBar reboot - put anything into your macOS menu bar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}

There is no good reason why you should ever see this. But here we are. Maybe you can let me know by Tweeting me @matryer, to let me know.

Thanks,
Mat.

{{ end }} {{ define "_main" }} {{ template "title" . }} {{ template "head" . }}
{{ template "body" . }} {{ end }} {{ define "plugins" }} {{ if . }}
{{ range . }}

{{ .Title }}

{{ if .Desc }}{{ if not .ImageURL }}—{{ .Desc }}{{ end }}{{ end }} {{ if .ImageURL }}
{{ .Desc }}
{{ range .Authors }} {{ end }} {{ else }} {{ .Filename }} {{ end }}
{{ end }}
{{ end }} {{ end }}