2020-03-24 15:01:42 +00:00
{% extends "withoutnav_template.html" %}
{% from "components/page-header.html" import page_header %}
{% block per_page_title %}
2020-05-26 17:39:25 +01:00
The GOV.UK Notify service is for people who work in the government
2020-03-24 15:01:42 +00:00
{% endblock %}
{% block maincolumn_content %}
< div class = "govuk-grid-row" >
< div class = "govuk-grid-column-two-thirds" >
{{ page_header(
'The GOV.UK Notify service is for people who work in the government',
back_link=url_for('.support')
) }}
< p class = "govuk-body" >
2020-05-07 16:38:13 +01:00
We cannot give advice to the public. We do not have access to information about you held by government departments.
2020-03-24 15:01:42 +00:00
< / p >
< p class = "govuk-body" >
There are other pages on GOV.UK where you can get help:
< / p >
< h2 class = "govuk-heading-m govuk-!-margin-bottom-1" >
< a class = "govuk-link govuk-link--no-visited-state" href = "https://www.gov.uk/coronavirus" > Coronavirus (COVID-19)< / a >
< / h2 >
< p class = "govuk-body" >
2020-05-07 16:38:13 +01:00
Find guidance and support.
2020-03-24 15:01:42 +00:00
< / p >
< h2 class = "govuk-heading-m govuk-!-margin-bottom-1" >
< a class = "govuk-link govuk-link--no-visited-state" href = "https://www.gov.uk/contact" > Contact the government< / a >
< / h2 >
< p class = "govuk-body" >
2020-05-07 16:42:32 +01:00
Ask about benefits, driving, transport, tax, and more.
2020-03-24 15:01:42 +00:00
< / p >
< h2 class = "govuk-heading-m govuk-!-margin-bottom-1" >
2020-05-07 16:38:13 +01:00
< a class = "govuk-link govuk-link--no-visited-state" href = "https://www.gov.uk/report-suspicious-emails-websites-phishing" > Report internet scams and phishing< / a >
2020-03-24 15:01:42 +00:00
< / h2 >
< p class = "govuk-body" >
2020-05-07 16:38:13 +01:00
Advice on suspicious emails and text messages.
2020-03-24 15:01:42 +00:00
< / p >
< / div >
< / div >
{% endblock %}