mirror of
https://github.com/distribution/distribution.git
synced 2025-08-29 11:43:52 +00:00
6 lines
123 B
HTML
6 lines
123 B
HTML
{{ $id := .Get 0 }}
|
|
|
|
{{- with $id -}}
|
|
<svg class="gdoc-icon {{ . }}"><use xlink:href="#{{ . }}"></use></svg>
|
|
{{- end -}}
|