{% 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.
Text and neon signs render as display copy. HTML is stored as content but not rendered inside the admin preview.
The player derives the glow from the text and frame colors.
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.