summaryrefslogtreecommitdiffstats
path: root/src/view/main.phel
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/main.phel')
-rw-r--r--src/view/main.phel3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/main.phel b/src/view/main.phel
index f7a0190..809b765 100644
--- a/src/view/main.phel
+++ b/src/view/main.phel
@@ -52,6 +52,9 @@
[:label {:for "title"} "Title: "]
[:input {:type "text" :name "title"}]
[:br]
+ [:label {:for "subtitle"} "Subtitle: "]
+ [:input {:type "text" :name "subtitle"}]
+ [:br]
[:label {:for "author"} "Author: "]
[:input {:type "text" :name "author"}]
[:input {:type "submit"}]]]]]]))