{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block script() }} {{ end }} {{ block body() }} VOLUMES Create and manage persistent storage that can be attached to containers. Create volume Name Driver {{ yield radio(name="driver", value="local", label="Local", checked="local") }} {{ yield radio(name="driver", value="other", label="Other") }} Driver Options {{ yield options(name="option") }} Labels {{ yield options(name="label") }} Submit Cancel {{ end }}