Skip to content

Instantly share code, notes, and snippets.

@clintharris
Created September 22, 2011 19:57
Show Gist options
  • Select an option

  • Save clintharris/1235852 to your computer and use it in GitHub Desktop.

Select an option

Save clintharris/1235852 to your computer and use it in GitHub Desktop.
A template file that can be used with the ExtJS demo at http://jsfiddle.net/3Tkdf/
<span style="font-size: 1.2em">Users:</span>
<tpl for="users">
<p class="user"><img src="{photo}" />{name}</p>
</tpl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment