Back to Docker

Baseof

layouts/baseof.html

18.09-release485 B
Original Source

{{ partialCached "icon" "arrow_left_alt" "arrow_left_alt" }} Back {{ block "left" . }} {{ partial "sidebar/mainnav.html" . }} {{ if eq .Type "guides" }} {{ partial "sidebar/guides.html" . }} {{ else }} {{ partial "sidebar/sections.html" . }} {{ end }} {{ end }}

{{ partial "pagefind-meta.html" . }} {{ block "main" . }}

{{ block "article" . }} {{ partial "content-default.html" . }} {{ end }} {{ block "right" . }} {{ partial "aside.html" . }} {{ end }} {{ end }}