{% extends "base.html" %} {% block content %}
{% include "default_header.html" %}
{% if query != "" %} {% endif %}
{% if media_exists %}
{% if media.is_image %} {% else %} {% endif %}

File Info

  • Id: {{ media.id }}
  • Location: {{ media.location }}
  • Size: {{ media.human_size }}
  • Type: {{ media.content_type }}
  • Date: {{ media.created_at }}

Tags

{% endif %}
{% include "search_autocomplete.html" %}
{% endblock %}