{{ define "main" }}

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}

{{ end }}
{{ .Content | markdownify }}
{{ if .Page.Params.developers }} {{ partial "shortcodes/contact-developer.html" (dict "developers" .Page.Params.developers) }} {{ end }}
{{ end }}