diff --git a/app/templates/views/design-patterns-content-guidance.html b/app/templates/views/design-patterns-content-guidance.html index f138cff93..bc46ef4df 100644 --- a/app/templates/views/design-patterns-content-guidance.html +++ b/app/templates/views/design-patterns-content-guidance.html @@ -1,3 +1,4 @@ +{% from "components/banner.html" import banner_wrapper %} {% extends "withoutnav_template.html" %} {% block page_title %} @@ -13,6 +14,12 @@ Design patterns and content guidance – GOV.UK Notify Design patterns and content guidance + {% call banner_wrapper(type='warning') %} +

This content is a work in progress

+ +

It should not be relied upon

+ {% endcall %} +

Contents

diff --git a/app/templates/views/information-security.html b/app/templates/views/information-security.html index 42b622640..3fbe0f06b 100644 --- a/app/templates/views/information-security.html +++ b/app/templates/views/information-security.html @@ -1,3 +1,4 @@ +{% from "components/banner.html" import banner_wrapper %} {% extends "withoutnav_template.html" %} {% block page_title %} @@ -13,6 +14,12 @@ Information security guidelines – GOV.UK Notify Information security for text messages, emails and letters + {% call banner_wrapper(type='warning') %} +

This content is a work in progress

+ +

It should not be relied upon

+ {% endcall %} +

A more pragmatic approach to information security

In the past, government has taken a risk-averse approach to information security. This resulted in services that were unhelpful and hard to use.