{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block style() }} {{ end }} {{ block script() }} {{ end }} {{ block body() }} {{ i18n("stack.title") }} {{ i18n("stack.description") }} Create stack archive {{ i18n("field.name") }} {{ yield radio(name="type", value="input", label="Input", checked="input") }} {{ yield radio(name="type", value="upload", label="Upload") }} Content Content Choose a fileā¦ {{ i18n("button.submit") }} {{ i18n("button.cancel") }} {{ end }}