+
+
+
-
+
+
+ {{ yield radio(name="type", value="input", label="Input", checked="input") }}
+ {{ yield radio(name="type", value="upload", label="Upload") }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ end }}
\ No newline at end of file
diff --git a/views/stack/archive/new.jet b/views/stack/archive/new.jet
index 8cc5a92..fa6a787 100644
--- a/views/stack/archive/new.jet
+++ b/views/stack/archive/new.jet
@@ -1,4 +1,5 @@
{{ extends "../../_layouts/default" }}
+{{ import "../../_modules/form" }}
{{ block style() }}
@@ -7,7 +8,7 @@
{{ block script() }}
-
+
{{ end }}
{{ block body() }}
@@ -34,31 +35,50 @@