{% embed './sitewide-notice.twig' with { modifier_class: 'sitewide-notice--image sitewide-notice--important' } %}
{% block description %}
  <div class="sitewide-notice__message-large">
    <p>If you have 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 %}
{% block background %}
    <img src="./images/bushfires.jpg" alt="" />
{% endblock %}
{% endembed %}
