templates/Layout/Include/notification.html.twig line 1

Open in your IDE?
  1. {% if contentblock('notification').htmlContent is not empty %}
  2.     <div class="notification">
  3.         <span class="notification-title">
  4.             {{ contentblock('notification').title }}
  5.         </span>
  6.         {{ contentblock('notification').htmlContent|raw }}
  7.     </div>
  8. {% endif %}