{{ define "title" }}Sources — {{ end }} {{ define "description" }}This page contains a list of all source files — {{ end }} {{ define "styles" }} {{ end }} {{ define "middle" }} {{ $_default := readDir (print "/themes/default/layouts/_default") }} {{ $_markup := readDir (print "/themes/default/layouts/_default/_markup") }} {{ $partials := readDir (print "/themes/default/layouts/partials") }} {{ $shortcodes := readDir (print "/themes/default/layouts/shortcodes") }} {{ $fileCount := add (len $shortcodes) (len $partials) }} {{ partial "navigator-middle.html" (dict "Title" "Sources" "Subtitle" (print $fileCount " " "Files") "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) }}

Defaults

Markup

Partials

Shortcodes

{{ end }} {{ define "right" }} {{- partial "navigator-right-default.html" . -}} {{ end }}