Back to Materialize

{{.Title}}

doc/user/layouts/_default/list.html

123666 B
Original Source

{{ define "main"}} {{ if not (.Params.disable_h1) }}

{{.Title}}

{{- $basePath := (urls.Parse site.BaseURL).Path -}} {{- if not (strings.HasSuffix $basePath "/") -}}{{- $basePath = printf "%s/" $basePath -}}{{- end -}} {{- $pagePath := .RelPermalink | strings.TrimPrefix $basePath -}} {{- $mdURL := printf "%smarkdown-docs/%sindex.md" $basePath $pagePath -}} View as Markdown {{ end }} {{ .Content }} {{ if not (.Params.disable_list) }} {{ range .Pages.ByWeight }}- {{.Title}} {{ end }}{{/* {{ range .Pages.ByWeight }} */}} {{ end }}{{/* {{ if not (.Params.disable_list) }} */}} {{ end }}{{/* {{ define "main"}} */}}