Skip to content

Instantly share code, notes, and snippets.

@pydanny
Created August 18, 2014 03:01
Show Gist options
  • Save pydanny/bc705704a2199355f362 to your computer and use it in GitHub Desktop.
Save pydanny/bc705704a2199355f362 to your computer and use it in GitHub Desktop.
<h2>{{ city.name }} ({{ city.steak_places|length }})</h2>
<ol>
{% for p in city.steak_places %}
<li>{{ p.name }}</li>
{% endfor %}
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment