Skip to content

Commit

Permalink
Revert "Update layout.html"
Browse files Browse the repository at this point in the history
This reverts commit 4696780.
  • Loading branch information
mel-am committed Mar 15, 2024
1 parent 4bba1ca commit da47ddf
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,19 @@
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 da47ddf

Please sign in to comment.