{{ $config := ((.Context).Value "adapter").GetConfig }} {{ $csrfToken := (.Context).Value "csrfToken" }} {{ template "header" . }}

Configuration

{{ range $opt, $val := $config }} {{ if eq ($opt).Type "bool" }}
{{ end }} {{ end }} {{ range $opt, $val := $config }} {{ if eq ($opt).Type "int" }}
{{ end }} {{ end }} {{ range $opt, $val := $config }} {{ if eq ($opt).Type "float" }}
{{ end }} {{ end }} {{ range $opt, $val := $config }} {{ if eq ($opt).Type "string" }}
{{ end }} {{ end }} {{ range $opt, $val := $config }} {{ if eq ($opt).Type "multilinestring" }}
{{ end }} {{ end }}
{{ template "footer" . }}