Skip to content

Instantly share code, notes, and snippets.

@pmoranga
Forked from bradleyboy/gist:6676068
Last active August 29, 2015 14:27
Show Gist options
  • Save pmoranga/6bc929f84abcce4db6d7 to your computer and use it in GitHub Desktop.
Save pmoranga/6bc929f84abcce4db6d7 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