wiki_thsf_2015/views/edit.jade
2015-03-30 23:17:58 +01:00

6 lines
132 B
Plaintext

include ./layout.jade
h1= title
form(method="post", action="/" + name)
textarea(name="markdown")= markdown
input(type="submit")