Files
website/layouts/docs/docsportal.html
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

13 lines
236 B
HTML

{{ define "content" }}
{{ if not .Params.notitle }}
<h1>{{ .Title }}</h1>
{{ end }}
{{ .Content }}
{{ if .Params.track }}
{{ partial "docs/user-journey.html" . }}
{{ end }}
{{ end }}
{{ define "content-id" }}content{{ end }}