Created
November 24, 2015 04:05
-
-
Save edunham/3e209d9cb4e6c17427f6 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
@extends: default.tpl | |
--- | |
This is my Index page! | |
{% for post in posts %} | |
<a href="_posts/{{post.name}}.html">{{ post.title }}</a> | |
<p>{{post.content}}</p> | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment