Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created April 13, 2015 22:30
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 tdominey/651a20548a8b862bb416 to your computer and use it in GitHub Desktop.
Save tdominey/651a20548a8b862bb416 to your computer and use it in GitHub Desktop.
Show albums an image is part of (content.lens)
<koken:albums>
<li>
<strong>Albums:</strong>
<koken:loop>
<koken:link title="View {{ album.title }}">
{{ album.title }}
</koken:link>
</koken:loop>
</li>
</koken:albums>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment