We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731c0b9 commit 14f734bCopy full SHA for 14f734b
1 file changed
lib/importer/nunjucks/views/error-handling/server-error.njk
@@ -1,5 +1,7 @@
1
{% extends "layouts/main.html" %}
2
3
+{% from "govuk/components/footer/macro.njk" import govukFooter %}
4
+
5
{% block pageTitle %}
6
Error {% if serviceName %}– {{ serviceName }}{% endif %} – GOV.UK Prototype Kit
7
{% endblock %}
0 commit comments