{% extends 'base.html.j2' %} {% block title %} Currency on {{ date }} {% endblock title %} {% block content_before %} Currency on {{ date }} {% endblock content_before %} {% block content %}
{% for name, currency in data.items() %} {% endfor %}
Character currency
{{ name }} {{ currency }}
{% endblock %} {% block js %} {{ super () }} {% endblock %}