Skip to content

Instantly share code, notes, and snippets.

@adamfairholm
Created June 25, 2013 14:57
Show Gist options
  • Save adamfairholm/5859128 to your computer and use it in GitHub Desktop.
Save adamfairholm/5859128 to your computer and use it in GitHub Desktop.
{{ query:run select="DISTINCT nominee_state" from="nominees" }}
<h1>{{nominee_state}}</h1>
{{ streams:cycle stream="nominees" include=nominee_state include_by="nominee_state" }}
<h3>{{nominee_name}}</h3>
{{ /streams:cycle }}
{{ /query:run }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment