cathydutton / layout-defra-flood-warning

Defra flood warning page layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Defra flood warning page layout


Languages

Language:HTML 67.9%Language:SCSS 32.1%