{% if client_lang == "de" %} {% include "welcome-de.html" %} {% else %} {% include "welcome-en.html" %} {% endif %}