Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 5, 2010 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsouza/509116 to your computer and use it in GitHub Desktop.
Save fsouza/509116 to your computer and use it in GitHub Desktop.
{{extend 'layout.html'}}
<h1 id="">Listing all posts</h1>
<dl>
{{for post in posts:}}
<dt>{{=post.title}} (written by {{=post.author.first_name}})</dt>
<dd>{{=post.content}}</dd>
{{pass}}
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment