Advertisement
cyter

jadeForm

Jun 14th, 2016
2,689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
J 0.25 KB | None | 0 0
  1. extends ../layout
  2.  
  3. block content
  4.     h1= title
  5.     form(name="add-estimation", method="post")
  6.         div.input
  7.             span.label Title
  8.             input(type="text", name="title")
  9.         div.actions
  10.             input(type="submit", value="add")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement