Back to Night

{{ .Title }} {{ if .Draft }} (Draft){{ end }}

themes/hugo-material-docs/layouts/index.html

latest119 B
Original Source

{{ range where .Site.Pages "Type" "index" }}

{{ .Title }} {{ if .Draft }} (Draft){{ end }}

{{ .Content }} {{ end }}