I've an application that allows users to add a video. This video is an MP4 format and saved via a FileField to the model. I want to play the video via a fileResponse (view). This FileResponse plays the video in an html. I would like to customize the tag. But I don't know where to.
Does anyone know how I can add an HTML-template for a FileResponse? Or add attributes for the video-tag via the view ?