Personal_Website/layouts/partials/snippet-list.html

4 lines
191 B
HTML

{{ $showViewAllButton := or (index $ "showViewAllButton") false }}
{{ partial "generic-list" (dict "labelSingular" "snippet" "pageType" "snippets" "showViewAllButton" $showViewAllButton) }}