{% extends "base.html" %} {% block title %}Media — BashyOverlay{% endblock %} {% block content %}

Media

Upload sounds and videos for your actions.

Upload

Library

{% for file in files %} {% include "partials/media_item.html" %} {% endfor %} {% if not files %}

No files uploaded yet.

{% endif %}
{% endblock %}