{{ define "main" }}

{{ .Title }}

{{ .Content }}

Select a Template

{{ range $.Site.Data.stages.stages }}

{{ .title }}

{{ .description }}

{{ $stageId := .id }} {{ $componentFile := printf "%s" $stageId }} {{ range index $.Site.Data.components $componentFile }} {{ $componentId := .id }}
{{ $componentId | humanize }}
{{ .description }}
{{ range .fields }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}