Skip to content

Instantly share code, notes, and snippets.

@darryn
Created June 1, 2015 14:39
Show Gist options
  • Save darryn/7129239a311941f2fdcc to your computer and use it in GitHub Desktop.
Save darryn/7129239a311941f2fdcc to your computer and use it in GitHub Desktop.
Output blog articles
<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