{{ if . }}

{{ i18n "pages.details" }}

{{ range . }}
{{ $page := partial "GetPageByUrl" . }} {{ with $page }} {{ .Scratch.Set "show_description" true }} {{ partial "pages/page.html" . }} {{ .Scratch.Delete "show_description" }} {{ end }}
{{ end }}
{{ end }}