{% from "./components/skip-link/macro.njk" import govukSkipLink -%}
{# specify absolute url for the static assets folder e.g. http://wwww.domain.com/assets #}
{%- set assetUrl = assetUrl | default(assetPath) -%}
{% block pageTitle %}GOV.UK - The best place to find government services and information{% endblock %}
{# Hardcoded value of $govuk-black #}
{# Ensure that older IE versions always render with the correct rendering engine #}
{% block headIcons %}
{# Hardcoded value of $govuk-black #}
{% endblock %}
{% block head %}{% endblock %}
{# The default og:image is added below head so that scrapers see any custom metatags first, and this is just a fallback #}
{# image url needs to be absolute e.g. http://wwww.domain.com/.../govuk-opengraph-image.png #}
{% block bodyStart %}{% endblock %}
Skip to main content