docs-v2/layouts/shortcodes/flux/group-key.html

4 lines
167 B
HTML

{{- $groupKey := .Get 0 -}}
{{- $instance := .Get 1 | default false -}}
<p class="table-group-key">Group key{{ if $instance }} instance{{ end }} = {{ $groupKey }}</p>