{{define "content"}}

Dashboard

{{if eq .StatusDot "green"}} {{else if eq .StatusDot "yellow"}} {{else}} {{end}} Status
Services: {{.ServiceCount}}
Running: {{.RunningCount}}
Stopped: {{.StoppedCount}}

Welcome to the Micro dashboard. Use the sidebar to navigate services, logs, status, and API.

{{end}}