Skip to content

Instantly share code, notes, and snippets.

@Ruivilela
Created January 9, 2017 19:26
Show Gist options
  • Save Ruivilela/01effbdcfe6eec75774ed7255446aa94 to your computer and use it in GitHub Desktop.
Save Ruivilela/01effbdcfe6eec75774ed7255446aa94 to your computer and use it in GitHub Desktop.
<div class="pokemon_frame" >
<h3>
#{{pokemon.id}}
</h3>
<img src="{{pokemon.sprite}}">
<p>
{{pokemon.name}}
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment