Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created March 11, 2013 13:52
Show Gist options
  • Save tdominey/5134382 to your computer and use it in GitHub Desktop.
Save tdominey/5134382 to your computer and use it in GitHub Desktop.
Displaying the title and content for each essay the current album (in album.lens) is assigned to.
<!-- Display essays/pages written about this album -->
<koken:topics>
<p>
<strong>Related content:</strong>
<koken:loop separator=", ">
<koken:link>
{{ essay.title }}
{{ essay.content }}
</koken:link>
</koken:loop>
</p>
</koken:topics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment