transbeam
{{ file.name }}
{{ bytesize::to_string(file.size.clone(), false).replace(" ", "") }}
{% match file.contents %} {% when Some with (files) %}
Contents
{% for f in files %}
{{ bytesize::to_string(f.size.clone(), false).replace(" ", "") }}
{{ f.name }}
{% endfor %}
{% else %} {% endmatch %}