{% extends 'settings/account/master.twig' %} {% set mode = 'Signature' %} {% block description %}

This signature is displayed at the end of all your posts on the forum.

{% endblock %} {% block settingsContent %}
{{ user.signature()|raw|nl2br }}

{% include 'settings/account/_preview.twig' %} {% endblock %}