Skip to content

Instantly share code, notes, and snippets.

@whitperson
Created May 3, 2013 14:03
Show Gist options
  • Save whitperson/5509290 to your computer and use it in GitHub Desktop.
Save whitperson/5509290 to your computer and use it in GitHub Desktop.
<table>
{foreach order as o}
<tr>
<td>{o.qty}</td>
<td>{o.name}</td>
</tr>
{/foreach}
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment