Created
November 20, 2015 16:26
-
-
Save ngurajeka/6ee1149aa2dc840457df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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