templates/Front/Scholar/Partial/_content_alert.html.twig line 1

Open in your IDE?
  1. {% if global_alert|default(null) is not null %}
  2.     <p class="alert alert-warning">{{ global_alert|raw }}</p>
  3. {% endif %}