{% extends "layout.html" %} {% block title %}Currency{% endblock %} {% block content %}

Currency

{% include "_currency.search.html" %} {% if currency %} {% include "currency.results.html" with context %} {% endif %}
Download exchange ratesExchange ratesCalculator
{% endblock %} {% block scripts %} {% endblock %}