Skip to content

Instantly share code, notes, and snippets.

@ozziexsh
Created February 11, 2015 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozziexsh/3b69c2971579ddc06a77 to your computer and use it in GitHub Desktop.
Save ozziexsh/3b69c2971579ddc06a77 to your computer and use it in GitHub Desktop.
<div class="products">
<table class="item-list">
{% for item in items %}
<tr>
<td><center>{{item.name}}</center><br><img src="{{ item.imgur }}">
</tr>
{% endfor %}
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment