Skip to content

Instantly share code, notes, and snippets.

@jahvi
Last active April 6, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/eca9cf4a7fd0a58fc1bb337fcc2f9371 to your computer and use it in GitHub Desktop.
Save jahvi/eca9cf4a7fd0a58fc1bb337fcc2f9371 to your computer and use it in GitHub Desktop.
<img src="{{pokemonData.image}}" /><br/>
<strong>Name:</strong> {{pokemonData.name}}<br/>
<strong>Type:</strong>
{{#pokemonData.types}}
{{.}}
{{/pokemonData.types}}
<br/>
<strong>Height:</strong>
{{pokemonData.height.minimum}} - {{pokemonData.height.maximum}}<br/>
<strong>Weight:</strong>
{{pokemonData.weight.minimum}} - {{pokemonData.weight.maximum}}<br/><br/>
<strong>{{pokemonData.classification}}</strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment