flood-banner

1.0.0 • Public • Published

Defra flood warning layout

Defra page template for showing flood warnings in the Gov.uk Prototype kit

How to install

npm install cathydutton/layout-defra-flood-warning

How to include

Set the class name and banner text values at the top of the page.

{% set floodWarningClass = "alert" %}
{% set floodWarningTitle = "Flooding is possible - be prepared" %}
{% set floodWarningClass = "warning" %}
{% set floodWarningTitle = "Flooding expected - Take action" %}`
{% set floodWarningClass = "severe" %}
{% set floodWarningTitle = "Danger to life" %}`

Replace this line

{% extends "layout.html" %}

With...

{% extends 'layout-defra-flood-warning.html' %}

License

This code is open source software licensed under the Apache 2.0 License.

Readme

Keywords

none

Package Sidebar

Install

npm i flood-banner

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

112 kB

Total Files

7

Last publish

Collaborators

  • cathydutton