<div class="sitewide-notice{% if modifier_class %} {{ modifier_class }}{% endif %}" role="status">
{% if block('background') is defined %}
  <div class="sitewide-notice__background">
{% block background %}{% endblock %}
  </div>
{% endif %}
  <div class="container">
{% block description %}
    <div class="sitewide-notice__message-large">
      <p>If you've been impacted by bushfires, 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 %}
  </div>
</div>
