Skip to content

Instantly share code, notes, and snippets.

@edunham
Created November 24, 2015 04:05
Show Gist options
  • Save edunham/3e209d9cb4e6c17427f6 to your computer and use it in GitHub Desktop.
Save edunham/3e209d9cb4e6c17427f6 to your computer and use it in GitHub Desktop.
@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