{{ define "main" }} {{ if .Params.intro.enable }} {{ with .Params.intro }} {{ .title | markdownify }} {{ .content | markdownify }} {{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }} {{ end }} {{ end }} {{ if .Params.flexibility.enable }} {{ with .Params.flexibility }} {{ .title | markdownify }} {{ .content | markdownify }} {{ range $i,$e:= .item }} 0{{add $i 1}} {{ .name | markdownify }} {{ .content | markdownify }} {{ end }} {{ end }} {{ end }} {{ if .Params.benifits.enable }} {{ with .Params.benifits }} {{ .title | markdownify }} {{ .content | markdownify}} {{ range .item }} {{ .name | markdownify }} {{ .content | markdownify }} {{ end }} {{ end }} {{ end }} {{ if .Params.gallery.enable }} {{ with .Params.gallery }} {{ range .item }} {{ end }} {{end}} {{end}} {{.Content}} {{ range .Data.Pages }} {{ .Title | markdownify }} {{ .Params.Job_type }} {{ i18n "view_job"}} {{ end }} {{ end }}
{{ .content | markdownify }}
{{ .content | markdownify}}