6 lines
95 B
HTML
6 lines
95 B
HTML
|
{% load i18n %}
|
||
|
|
||
|
{% if welcometext %}
|
||
|
<p>{{ welcometext|safe|linebreaks }}</p>
|
||
|
{% endif %}
|