{{ $partition := partial "get-partition.html" (dict "page" .) }} {{ partial "documentation/sidebar-menu" (dict "context" . "partition" $partition) }}
{{ if eq .Section "articles" }} {{ if .Params.isMainPage }} {{ partial "documentation/articles/hub" . }} {{ else if .Params.isCategoryPage }} {{ partial "documentation/articles/category" . }} {{ else }}
{{ partial "documentation/breadcrumbs" . }}
{{ $back := site.GetPage "/articles" }} {{ with site.GetPage (printf "/articles/%s/" .Params.category) }}{{ $back = . }}{{ end }} Back to {{ $back.Title }}

{{ .Params.title }}

{{ .Params.author }}

·

{{ time.Format "January 02, 2006" .Date }}

{{ if .Params.preview_dir }} {{ .Title }} {{ else }} {{ partial "preview-image" (dict "context" . "default_file_name" "title.jpg" "preview_file" .Params.title_preview_image) }} {{ end }}
{{ partial "article-content.html" . }}
{{ partial "documentation/feedback.html" . }}
{{ partial "table-of-contents" . }} {{ end }} {{ else }} {{ if .Params.content }}
{{ partial "documentation/custom-content.html" . }}
{{ else }}
{{ if not (eq .Params.breadcrumb false) }} {{ partial "documentation/breadcrumbs" . }} {{ end }}
{{ partial "article-content.html" . }} {{ partial "documentation/guides/series-navigation" . }}
{{ if not (eq .Params.feedback false) }} {{ partial "documentation/feedback.html" . }} {{ end }}
{{ partial "table-of-contents" . }} {{ end }} {{ end }} {{ partial "documentation/footer.html" . }}