{{- if .context.Params.contents -}} {{- partial "blocks/toc.html" .context.Params.contents -}} {{- end -}}
  1. {{ i18n "sitemap.pages" }}
  2. {{ range site.Sections }} {{ if and (ne .Type "sitemap") (ne .Type "pages") }}
  3. {{ safeHTML .Title }}
  4. {{ end }} {{ end }}