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