We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d74b46 commit 249be40Copy full SHA for 249be40
controlpanel/frontend/jinja2/500.html
@@ -2,6 +2,16 @@
2
3
{% set page_title = "Sorry, there is a problem with the service" %}
4
5
+{% block header %}
6
+ {{ govukHeader({
7
+ 'serviceName': service_name,
8
+ 'serviceUrl': '#',
9
+ 'navigation': [],
10
+ }) }}
11
+{% endblock %}
12
+
13
+{% set hide_nav = True %}
14
15
{% block content %}
16
<h1 class="govuk-heading-xl">{{ page_title }}</h1>
17
0 commit comments