{{ define "docker-command" }} {{/* Docker command component - displays a docker command with icon and copy button Expects: string - the docker command to display Usage: {{ template "docker-command" "docker pull atcr.io/alice/myapp:latest" }} */}}
{{ icon "terminal" "size-4 shrink-0 text-base-content/60" }} {{ . }}
{{ end }}