Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created July 23, 2013 21:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdominey/6066495 to your computer and use it in GitHub Desktop.
Save tdominey/6066495 to your computer and use it in GitHub Desktop.
Display siblings of album from parent set
<koken:parent>
<p>
<strong>From the set:</strong> <koken:link title="View {{ album.title }}">
{{ album.title }}</koken:link>
</p>
<p>
<strong>Other albums in this set:</strong>
<koken:loop>
<koken:link>{{ album.title }}</koken:link>
</koken:loop>
</koken:parent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment