{{ basename }}
{% trans %}View raw{% endtrans %}
{% trans %}Download{% endtrans %}
{{ mimetype }} • {{ size[0] }} {{ size[1] }}
{{ detailedtype }} {% if (mode == "text" and extension == ".md") or mimetype == "text/markdown" %}
{% trans %}Rendered{% endtrans %}
{{ contents | markdown }}
{% trans %}Raw{% endtrans %}
{% for i in contents | split("\n") %}
{{ loop.index0 + 1 }}
{{ i }}
{% endfor %}
{% elif mode == "text" %}
{% for i in contents | split("\n") %}
{{ loop.index0 + 1 }}
{{ i }}
{% endfor %}
{% elif mode == "image" %}
{% elif mode == "audio" %}
{% trans %}Your browser does not support HTML5 multimedia.{% endtrans %}
{% trans %}Download file{% endtrans %}
{% elif mode == "video" %}
{% trans %}Your browser does not support HTML5 multimedia.{% endtrans %}
{% trans %}Download file{% endtrans %}
{% endif %}