Skip to content

Instantly share code, notes, and snippets.

@almonk
Created November 1, 2011 17:05
Show Gist options
  • Save almonk/1331195 to your computer and use it in GitHub Desktop.
Save almonk/1331195 to your computer and use it in GitHub Desktop.
<article>
{% for post in page.posts %}
<h2>{{ post.title }}</h2>
{{ post.body }}
{% endfor %}
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment