{{ $commands := site.Data.docs.administration.install_commands }} {{ $defaultCommand := (index $commands 0).title }}
{{ range $commands }}
{{ highlight .command "bash" "" }}
{{ end }}