{{ $labelSingular := index $ "labelSingular" }} {{ $labelPlural := or (index $ "labelPlural") (print $labelSingular "s") }} {{ $maximumListSize := or (index $ "maximumListSize") 3 }} {{ $pageType := index $ "pageType"}} {{ $viewAllHref := or (index $ "viewAllHref") (print "/" $labelPlural) }}

Latest {{ $labelPlural | title }}

{{ if index $ "showViewAllButton" }} {{ end }}