{{ $buildOpts := ((.Context).Value "adapter").BuildOptions }} {{ $csrfToken := (.Context).Value "csrfToken" }} {{ template "header" . }}

Build

{{ if $buildOpts }}
Build Options {{ range $opt := $buildOpts }} {{ if eq ($opt).Type "bool" }}
{{ end }} {{ end }} {{ range $opt := $buildOpts }} {{ if eq ($opt).Type "int" }}
{{ end }} {{ end }} {{ range $opt := $buildOpts }} {{ if eq ($opt).Type "float" }}
{{ end }} {{ end }} {{ range $opt := $buildOpts }} {{ if eq ($opt).Type "string" }}
{{ end }} {{ end }} {{ range $opt := $buildOpts }} {{ if eq ($opt).Type "multilinestring" }}
{{ end }} {{ end }}
{{ end }}
{{ template "footer" . }}