Skip to content

Instantly share code, notes, and snippets.

@bradleyboy
Forked from jackydra/gist:6341559
Created September 23, 2013 20:00
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 bradleyboy/6676077 to your computer and use it in GitHub Desktop.
Save bradleyboy/6676077 to your computer and use it in GitHub Desktop.
<koken:if true="settings.albums_index_show_title">
<h4>
<koken:load style="margin-left: 0.2em;">
{{ album.title }} <!-- Prints SET title -->
</koken:load>
</h4>
<p>Work
<koken:load>
{{ album.context.position }} <!-- Does not print anything -->
/
{{ album.counts.total }} <!-- prints the number of albums in this set -->
</koken:load>
</p>
<p> {{ album.title }} </p> <!-- Prints Album title -->
</koken:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment