4 lines
191 B
HTML
4 lines
191 B
HTML
{{ $showViewAllButton := or (index $ "showViewAllButton") false }}
|
|
|
|
{{ partial "generic-list" (dict "labelSingular" "snippet" "pageType" "snippets" "showViewAllButton" $showViewAllButton) }}
|