{% macro download_button(file) %} {{ file.name }} {{ file.size | humanize(unit='o') }} {% endmacro %} {{ download_button(file) if file }}