{% if appearance.font_face_css %} {% elif appearance.font_import_url %} {% endif %} {% block extra_style %}{% endblock %}
{% if appearance.background_image %} {% set _bg = appearance.background_image %} {% set _bg_low = _bg | lower %} {% set _bg_video = '.mp4' in _bg_low or '.webm' in _bg_low or '.mov' in _bg_low or '.ogg' in _bg_low %} {% if _bg_video %} {% else %} {% endif %} {% endif %} {% block content %}{% endblock %} {% set cursor_url = appearance.cursor_url | default('') %} {% set cursor_trail = appearance.cursor_trail | default('off') %} {% set cursor_trail_url = appearance.cursor_trail_url | default('') %} {% if cursor_url %} {% endif %} {% if cursor_trail != 'off' or cursor_trail_url %} {% endif %} {% set typing_sound = appearance.typing_sound | default('off') %} {% set typing_sound_url = appearance.typing_sound_url | default('') %} {% set search_sound = appearance.search_sound | default('off') %} {% set search_sound_url = appearance.search_sound_url | default('') %} {% set click_sound = appearance.click_sound | default('off') %} {% set click_sound_url = appearance.click_sound_url | default('') %} {% set sound_volume = appearance.sound_volume | default(0.5) %} {% if typing_sound != 'off' or search_sound != 'off' or click_sound != 'off' or typing_sound_url or search_sound_url or click_sound_url %} {% endif %} {% if appearance.background_audio_url %}