{{ 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" }} */}}
{{ . }}