Skip to content

Instantly share code, notes, and snippets.

@snide
Created December 11, 2014 18:59
Show Gist options
  • Save snide/3d89d3f9e95d7c5068c8 to your computer and use it in GitHub Desktop.
Save snide/3d89d3f9e95d7c5068c8 to your computer and use it in GitHub Desktop.
{% for asset in cms.assets %}
{{ asset.name }}
<img src="{{ asset.image|imageSize(400) }}" />
{% endofor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment