{{ .File.TranslationBaseName | humanize | title }}
{{ .Scratch.Set "finalCode" (replace .Content "\n<" "<" 1) }} {{ if .Params.forms }} {{ .Scratch.Set "finalCode" (print "" .Content) }} {{ end }} {{ highlight (.Scratch.Get "finalCode") "html" "style=dracula" }}
{{ if .Params.headerPadding }} {{ end }}
{{ replace .Content "\n<" "<" 1 | safeHTML }}
{{ if .Params.footerPadding }} {{ end }}