diff --git a/lung_cancer_screening/questions/jinja2/_speak_to_a_gp_if.jinja b/lung_cancer_screening/questions/jinja2/_speak_to_a_gp_if.jinja index 5b03bcc0..63c3f2f5 100644 --- a/lung_cancer_screening/questions/jinja2/_speak_to_a_gp_if.jinja +++ b/lung_cancer_screening/questions/jinja2/_speak_to_a_gp_if.jinja @@ -1,19 +1,26 @@ -
-

Speak to a GP if:

-

You have any of the following symptoms:

+{% from "nhsuk/components/card/macro.jinja" import card %} - +{% set cardDescriptionHtml %} +

You have any of the following symptoms:

-

They could be symptoms of lung cancer. Your GP will ask about your general health and your symptoms.

+ -

You may be asked to have a blood test to rule out some of the possible causes of your symptoms, such as a chest infection.

-
+

They could be symptoms of lung cancer. Your GP will ask about your general health and your symptoms.

+ +

You may be asked to have a blood test to rule out some of the possible causes of your symptoms, such as a chest infection.

+{% endset %} + +{{ card({ + "type": "non-urgent", + "heading": "Speak to a GP if:", + "descriptionHtml": cardDescriptionHtml +}) }}