Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jscheel/2251af4fd4a49d6d2aec9203a891ba1e to your computer and use it in GitHub Desktop.
Save jscheel/2251af4fd4a49d6d2aec9203a891ba1e to your computer and use it in GitHub Desktop.
<ul>
<li>Favorite Number: {{favoriteNumber}}</li>
<li>
Travel Gear
<ul>
{% for item in travelGear %}
<li>{{ item[1] }}</li>
{% endfor %}
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment