{% extends 'core/widget.html' %} {% load i18n %} {% load tags %} {% block content %} {% with 'welcome_text'|get_config as welcometext %} {% if welcometext %}

{{ welcometext|safe|linebreaks }}

{% endif %} {% endwith %} {% endblock %}