Skip to content

Instantly share code, notes, and snippets.

@satblip
Created May 30, 2015 15:12
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 satblip/9512ad6262098d3aaa94 to your computer and use it in GitHub Desktop.
Save satblip/9512ad6262098d3aaa94 to your computer and use it in GitHub Desktop.
Mustache Interview
<div class="interview">
{{#content.prelude}}
<p class="prelude">{{{ content.prelude }}}</p>
{{/content.prelude}}
{{#content.questionnaire}}
<p class="question">{{ question }}</p>
<p class="reponse">{{ reponse }}</p>
{{/content.questionnaire}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment