Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created March 12, 2010 16:59
Show Gist options
  • Save jstrachan/330523 to your computer and use it in GitHub Desktop.
Save jstrachan/330523 to your computer and use it in GitHub Desktop.
<table class="person">
<tr>
<td>
<label>last</label>
</td>
<td class="value">
${it.last}
</td>
</tr>
<tr>
<td>
<label>first</label>
</td>
<td class="value">
${it.first}
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment