@if (showBanner()) { @if (notificationData(); as data) { @if (data.header; as header) { @if (data.buttonText; as buttonText) { {{ data.description }} {{ buttonText }} } @else { {{ data.description }} } } @else { {{ data.description }} } } }