Name
Symbol
Price
{%for i in range(0, len)%}
{{coin[i].name}}
{{coin[i].symbol.upper()}}
${{coin[i].current_price}}
{%endfor%}