Add a scary banner

This commit is contained in:
Chris Hill-Scott
2016-10-19 13:30:15 +01:00
parent 27154bd9d2
commit 61328e21fc
2 changed files with 14 additions and 0 deletions

View File

@@ -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
</h1>
{% call banner_wrapper(type='warning') %}
<h2 class="heading-medium">This content is a work in progress</h2>
<p>It should not be relied upon</p>
{% endcall %}
<section id="contents">
<h2 class="heading-medium" id="contents">Contents</h2>

View File

@@ -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
</h1>
{% call banner_wrapper(type='warning') %}
<h2 class="heading-medium">This content is a work in progress</h2>
<p>It should not be relied upon</p>
{% endcall %}
<p>A more pragmatic approach to information security</p>
<p class="lede">In the past, government has taken a risk-averse approach to information security. This resulted in services that were unhelpful and hard to use.</p>