Skip to content

Instantly share code, notes, and snippets.

@dg
Created April 2, 2014 11:18
Show Gist options
  • Save dg/9932198 to your computer and use it in GitHub Desktop.
Save dg/9932198 to your computer and use it in GitHub Desktop.
Latte example
<table n:if="$items">
<tr n:foreach="$items as $item">
<td>{$item->title}</td>
...
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment