{% extends "main/base.html" %} {% load static %} {% block content %}
← Back to Gallery
{% if media.media_type == 'image' and media.image %} {{ media.title }} {% elif media.media_type == 'video' and media.video_url %}
{% endif %}

{{ media.title }}

{{ media.description }}

{% endblock %}