diff --git a/app/templates/base.html b/app/templates/base.html index eaf63f0a7..955fe12c6 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -143,6 +143,28 @@ {% endwith %} {% endblock %} +{% block footer %} + {{ govukFooter({ + 'meta': { + 'items': [ + { + 'href': url_for('main.accessibility'), + 'text': "Accessibility" + }, + { + 'href': url_for('main.cookies'), + 'text': "Cookies" + }, + { + 'href': url_for('main.privacy'), + 'text': "Privacy" + } + ], + 'html': 'Built by ' + config['DEPARTMENT_NAME'] + '' + } + }) }} +{% endblock %} + {% block bodyEnd %}