Skip to content

Instantly share code, notes, and snippets.

@kgleeson
Created October 21, 2012 20:28
Show Gist options
  • Select an option

  • Save kgleeson/3928400 to your computer and use it in GitHub Desktop.

Select an option

Save kgleeson/3928400 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>
Kieran's Blog
</title>
</head>
<body>
<h1 align="center">Kieran's Blog</h1>
{% for post in posts %}
<a href='/blog/{{post.key().id()}}'<h2>{{post.subject}}</h2></a>
<p>{{post.content}}</p>
{% endfor %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment