Skip to content

Instantly share code, notes, and snippets.

@CreaturePhil
Created February 17, 2015 00:58
Show Gist options
  • Save CreaturePhil/4b1381a9c79db97d07e8 to your computer and use it in GitHub Desktop.
Save CreaturePhil/4b1381a9c79db97d07e8 to your computer and use it in GitHub Desktop.
extends layout
block content
h1= title
p Welcome to #{title}
hr
h3 Add a Post
form(action="/" method="post")
p Title
input(type="text" name="title")
p Text
textarea(name="text")
input(type="submit" value="Submit")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment