Created
February 17, 2015 00:58
-
-
Save CreaturePhil/4b1381a9c79db97d07e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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