Enter the stock ticker and/or the stock name for the stock you want to view
{% if result|length != 0%}
Ticker
Name
{% endif %} {% for item in result %}
{{item[0]}}
{{item[1]}}
{% endfor %} {% if result|length == 0%}
Results will apear here if your search is valid
{% endif %}
{% if result|length != 0%}
{% endif %}