{% extends 'layouts/admin.html' %} {% block main %}
Media Library
Create reusable media and assign it to any number of displays.
Current file: {{ media.original_filename or media.file_path }}
Images support JPG, PNG, GIF, and WebP. Videos support MP4, WebM, OGG, and MOV.
HTML is stored as content but not rendered inside the admin preview.
Each slide uses a background image, optional foreground image, text, and duration.
Current background: {{ slide.background_original_filename or slide.background_file_path }}
Current foreground: {{ slide.foreground_original_filename or slide.foreground_file_path }}
Create a display before assigning media.