Skip to content

Instantly share code, notes, and snippets.

@avshabanov
Created November 23, 2016 07:25
Show Gist options
  • Save avshabanov/e33cc2939f11a1938ba512f35c0c02f2 to your computer and use it in GitHub Desktop.
Save avshabanov/e33cc2939f11a1938ba512f35c0c02f2 to your computer and use it in GitHub Desktop.
<!-- Sample range enumeration -->
<div>
<#list 0..9 as x>
<span><img src="/demo/media/image" width="64" height="64"/></span>
</#list>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment