form.jade 434 B

12345678910111213141516171819
  1. div.content
  2. div.container1
  3. h1 New Lecture
  4. p
  5. | Use this form to create a new lecture.
  6. | After creating the lecture, you can then create a notes-taking session within it.
  7. form( method = 'POST' )
  8. div.zarea
  9. div.row
  10. div.label
  11. label( for = 'name' ) New lecture name
  12. div.field
  13. input( type = 'text', name = 'name' )
  14. div.row
  15. div.label
  16.  
  17. div.field
  18. button Create Lecture