Skip to content

Instantly share code, notes, and snippets.

@kgleeson
Created October 10, 2012 22:51
Show Gist options
  • Select an option

  • Save kgleeson/3869031 to your computer and use it in GitHub Desktop.

Select an option

Save kgleeson/3869031 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>
New post
</title>
<style type="text/css">
.label {text-align: right}
.error {color: red}
</style>
</head>
<body>
<form method="POST">
<div>
<p>Subject:</p>
<input type="text" name="subject" value="{{subject}}">
</div>
<div>
<p>Body:</p>
<textarea name="content">{{content}}</textarea>
</div>
<div>
<INPUT type='SUBMIT'>
</div>
<td class="error">
{{error}}
</td>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment