{% extends "base.html" %} {% block content %}

外幣對美元即時匯率資訊

{% for key, value in currency.items() %} {% endfor %}
Currency Pair Exchange Rate UTC Time
{{ key }} {{ value['Exrate'] }} {{ value['UTC'] }}
{% endblock %}