Outage banner
This is the outage banner which is yet to be published in the moj frontend.
Research on this component
Full documentation on this component
Contents
<div class="moj-outage-banner" >
<div class="govuk-width-container moj-outage-banner__inner">Some outage is due!</div>
</div>
{% from "hmpps/components/outage-banner/macro.njk" import outageBanner %}
{{ outageBanner({ text: 'Some outage is due!'}) }}