{{ define "title" }} Showcase: {{ .Title }} {{ end }} {{ define "main" }}
{{template "sc-details" .}}
{{template "sc-main-column" .}}
{{/* bottom row */}} Last Update: {{ .Lastmod.Format "January 2, 2006" }}
{{ partial "page-edit.html" . }}
The Showcase articles are copyright the content authors. Any open source license will be attached.
{{ end }} {{define "sc-main-column"}} {{ $img := (.Resources.ByType "image").GetMatch "*featured*" }} {{ with $img }} {{ $big := .Fill "1024x512 top" }} {{ $small := $big.Resize "512x" }} {{ $img.Title }} {{ end }} {{end}} {{define "sc-details"}} {{end}} {{define "sc-navigation"}} {{$section := where .Site.RegularPages "Section" .Section}} {{$number_of_entries := $section | len}} {{end}}