{# Render the tagline, if set * Set tagline_container_p_list with an array of classes to override the default classes of the container @package OpenEMR @subpackage Login @author Robert Down @copyright Copyright (c) 2023 Providence Healthtech @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% if displayTagline %} {% block tagline %}

{{ tagline|xlt }}

{% endblock %} {% endif %}