Skip to content

Instantly share code, notes, and snippets.

@bradleyboy
Created May 7, 2013 02:13
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/0b4c335141bb2d22634f to your computer and use it in GitHub Desktop.
Save bradleyboy/0b4c335141bb2d22634f to your computer and use it in GitHub Desktop.
Essay category example
<koken:categories>
<koken:loop>
Also in <strong>{{ category.title }}</strong>
<ul>
<koken:load source="essays" filter:category="{{ category.id }}">
<koken:loop>
<li>
<koken:link>
{{ essay.title }}
</koken:link>
</li>
</koken:loop>
</koken:load>
</ul>
</koken:loop>
</koken:categories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment