{% extends 'settings/appearance/master.twig' %} {% set mode = 'Background' %} {% block description %}

Maximum image size is {{ config('background_max_width') }}x{{ config('background_max_height') }}, minimum image size is {{ config('background_min_width') }}x{{ config('background_min_height') }}, maximum file size is {{ config('background_max_fsize')|byte_symbol }}.

{% endblock %} {% block settingsContent %}
Your Background
(Leave upload box empty to remove background)
{% endblock %}