Created
October 21, 2014 20:05
-
-
Save tdominey/19329464263d592dcbf9 to your computer and use it in GitHub Desktop.
Displaying topic in an album page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<koken:not empty="album.topics"> | |
<!-- has a topic so let's do this --> | |
<koken:topics> | |
<koken:loop> | |
{{ page.title }} | |
<!-- or... --> | |
{{ essay.title }} | |
</koken:loop> | |
</koken:topics> | |
<koken:else> | |
<!-- doesn't have a topic --> | |
</koken:not> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment