7 lines
111 B
HTML
7 lines
111 B
HTML
{% load i18n %}
|
|
{% load tags %}
|
|
|
|
{% if welcometext %}
|
|
<p>{{ welcometext|safe|linebreaks }}</p>
|
|
{% endif %}
|