Skip to content

Instantly share code, notes, and snippets.

@dlinsin
Created October 3, 2009 13:22
Show Gist options
  • Save dlinsin/200638 to your computer and use it in GitHub Desktop.
Save dlinsin/200638 to your computer and use it in GitHub Desktop.
<body>
@Repeat(items=entries, var="entry")
<p><a href="/guestbook/${entry.id}">${entry.id} on ${entry.date}</a></p>
<form action="/guestbook" method="post">
Name: <input name="newEntry.name" type="text"/><br/>
Text: <input name="newEntry.text" type="text"/>
<input type="submit" value="save" name="save"/>
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment