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

Build

Build Options {{ if $buildOpts }} {{ range $optName := $buildOpts }} {{ end }} {{ else }} There are no build options for this adapter. {{ end }}
{{ template "footer" . }}