Skip to content

Instantly share code, notes, and snippets.

@niftydigits
Created February 7, 2011 13:21
Show Gist options
  • Save niftydigits/814339 to your computer and use it in GitHub Desktop.
Save niftydigits/814339 to your computer and use it in GitHub Desktop.
h1= title
form( method= 'post' )
div
div
span Title :
input(type='text', name= 'title', id= 'editArticleTitle' )
div
span Body :
textarea( name= 'body', rows= 20, id= 'editArticleBody' )
div#editArticleSubmit
input( type= 'submit', value= 'Send' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment