Skip to content

Instantly share code, notes, and snippets.

@dono-shopify
Created June 1, 2015 14:42
Show Gist options
  • Save dono-shopify/eadfbc736c5bf35dbed6 to your computer and use it in GitHub Desktop.
Save dono-shopify/eadfbc736c5bf35dbed6 to your computer and use it in GitHub Desktop.
<ul>
{% for article in blogs.news.articles %}
<li>
<h4>{{ article.title }}</h4>
{{ article.content }}
</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment