Created
June 25, 2013 14:57
-
-
Save adamfairholm/5859128 to your computer and use it in GitHub Desktop.
This file contains 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
{{ 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