Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created October 9, 2013 12:44
Show Gist options
  • Save tdominey/6900672 to your computer and use it in GitHub Desktop.
Save tdominey/6900672 to your computer and use it in GitHub Desktop.
Load a flat list of all Library albums without parent sets
<koken:load source="albums" filter:flat="true>
<koken:loop>
<koken:if data="{{ album.album_type }}" equals="standard">
{{ album.title }}
</koken:if>
</koken:loop>
</koken:load>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment