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

外幣對台幣即時匯率資訊

{% for currency, rate in twcurrency.items() %} {% endfor %}
Currency Exchange Rate
{{ currency }} {{ rate }}
{% endblock %}