{% if contentblock('notification').htmlContent is not empty %}
<div class="notification">
<span class="notification-title">
{{ contentblock('notification').title }}
</span>
{{ contentblock('notification').htmlContent|raw }}
</div>
{% endif %}