Skip to content

Commit

Permalink
Add product name to “Service Manual” full page example
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 30, 2023
1 parent c876156 commit a705245
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ notes: The links within each section are not functional.
{% set pageTitle = "Technology - Service Manual" %}
{% block pageTitle %}{{ pageTitle }} - GOV.UK{% endblock %}

{% block header %}
{{ govukHeader({
productName: "Service Manual"
}) }}
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
Expand Down

0 comments on commit a705245

Please sign in to comment.