Skip to content

Commit

Permalink
Update layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-am committed Mar 15, 2024
1 parent f262088 commit 4696780
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,17 @@
useTudorCrown: true,
containerClasses: "govuk-width-container"
}) }}
<header class="govuk-header {{ phaseBannerClasses }}" role="banner" data-module="govuk-header" id="top"></header>
<div class="govuk-width-container">
{{ govukPhaseBanner({
tag: {
text: phaseTagText
},
html: phaseBannerHtml,
classes: phaseBannerClasses
}) }}
</div>

{% endblock %}


{% block beforeContent %}
{{ govukPhaseBanner({
tag: {
text: "Alpha"
},
html: 'This is a new service – your <a class="govuk-link" href="mailto: [email protected]">feedback</a> will help us to improve it.'
}) }}
{% endblock %}

{% block footer %}
{{ govukFooter({
Expand Down

0 comments on commit 4696780

Please sign in to comment.