From dbdfd13c0fc181a6f78c1a3cf93de6d996ae09f6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 19 Feb 2020 12:29:03 +0300 Subject: [PATCH] feat(form-plugin): add form skeleton --- site/plugins/form/templates/form.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site/plugins/form/templates/form.html diff --git a/site/plugins/form/templates/form.html b/site/plugins/form/templates/form.html new file mode 100644 index 00000000..bccc7552 --- /dev/null +++ b/site/plugins/form/templates/form.html @@ -0,0 +1,18 @@ +{# form skeleton #} +
+ +
+{# /form skeleton #} \ No newline at end of file