Skip to content

Instantly share code, notes, and snippets.

@ngurajeka
Created November 20, 2015 16:26
Show Gist options
  • Save ngurajeka/6ee1149aa2dc840457df to your computer and use it in GitHub Desktop.
Save ngurajeka/6ee1149aa2dc840457df to your computer and use it in GitHub Desktop.
{% for blog in list_blog %}
<h1>{{ blog.title }}</h1>
<small>{{ blog.date }}</small>
<p>{{ blog.content }}</p>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment