Created
February 11, 2015 01:27
-
-
Save ozziexsh/3b69c2971579ddc06a77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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