Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Last active November 4, 2015 16:10
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 bobdenotter/439b69f1c63b71a44d9c to your computer and use it in GitHub Desktop.
Save bobdenotter/439b69f1c63b71a44d9c to your computer and use it in GitHub Desktop.
{% set ids = record.relation.entries|join(' || ') %}
{% setcontent relentries = "entries" where { 'id': ids } limit 5 allowpaging %}
{% for r in relentries %}
{{ r.title }}
{% endfor %}
{{ pager() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment