Created
October 12, 2016 20:59
-
-
Save jscheel/2251af4fd4a49d6d2aec9203a891ba1e 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
<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