{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block script() }} {{ end }} {{ block body() }}

{{ i18n("config.title") }}

{{ i18n("config.description") }}

Create config


{{ yield options(name="label") }}
{{ yield radio(name="template.name", value="", label="None", checked="") }} {{ yield radio(name="template.name", value="golang", label="Golang") }}

Template feature needs Docker API version 1.37+

{{ yield form_submit(url="/config/") }}
{{ end }}