Skip to content

Instantly share code, notes, and snippets.

@jonathanfann
Created October 20, 2016 20:01
Show Gist options
  • Save jonathanfann/3bfab9611ebb56258008fb6686427b9c to your computer and use it in GitHub Desktop.
Save jonathanfann/3bfab9611ebb56258008fb6686427b9c to your computer and use it in GitHub Desktop.
{% for k,v in bag('career.quotes').iteritems() %}
<div id="{{ k }}">
<div class="quote">
<h3>"{{ v.quote }}"</h3>
<p><em>{{ v.name }}, {{ v.title }}</em></p>
</div>
</div>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment