{% extends "base.html" %} {% block content %}
| Uploaded by | {{ file_info.user }} |
|---|---|
| Upload date | {{ file_info.timestamp }} |
| MIME type | {{ file_info.mime }} |
| Dimensions | {{ file_info.width }} × {{ file_info.height }} px |
| File size | {{ file_info.size_str }} |
This file could not be found or has no associated media.
{% endif %} {% if content %}This content is licensed under the {{ license.title }}.
{% endif %} {% endblock %}