{% if settings.settings.light_mode %} {% set pathstatic = ".." %} {% else %} {% set pathstatic = "." %} {% endif %} {% if section.image.type == "video" %} {% set video = Video(section.image) %} {% set format = settings.ffmpeg.extension %} {{ video.copy() }} {% else %} {% set image = Image(section.image) %} {{ image.copy() }} {% endif %}