{{- $root := . }} {{- .Store.Set "multipage" false }} {{- if ne .CurrentSection .FirstSection }} {{- $root = .CurrentSection }} {{- .Store.Set "multipage" true }} {{- end }}
{{ $root.Title }}
{{ $root.Summary }}
{{- with ($root.GetTerms "levels") }}
{{ partialCached "icon" "school" "school" }} {{- range $i, $e := . -}} {{- if $i -}},{{ end -}} {{- .Page.Title -}} {{- end -}}
{{- end -}} {{- with ($root.Params.time) }}
{{ partialCached "icon" "schedule" "schedule" }} {{ . }}
{{- end -}}
{{- if (.Store.Get "multipage") }} {{- partial "guides-stepper.html" . }} {{- end }} {{- with $root.Params.resource_links }}

Resources:

{{- end }} « Back to all guides