{{- define "main" -}} {{- $justify := false -}} {{- if eq .Params.justify true -}} {{- $justify = true -}} {{- end -}}

{{- i18n "about" | safeHTML -}}

{{- .Content -}}
{{- partial "article-labels.html" . -}} {{- partial "article-license.html" . -}} {{- partial "article-comments.html" . -}} {{- end -}}