Back to Materialize

{{.Title | markdownify}}

doc/user/layouts/_default/single.html

123444 B
Original Source

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

{{.Title | markdownify}}

{{- $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}} {{end}}