{% embed './sitewide-notice.twig' with { modifier_class: 'sitewide-notice--alert' } %}
{% block description %}
  <div class="sitewide-notice__message-large">
    <p>Visit our <a href="#">Bushfire Customer Care Guide</a> for information on the assistance available.</p>
  </div>
{% endblock %}
{% block description_mobile %}
  <div class="sitewide-notice__message-small">
    <p><a href="#">Bushfire Customer Care Guide.</a></p>
  </div>
{% endblock %}
{% endembed %}
