\ No newline at end of file
diff --git a/design-system-templates/example-pages/new-logo-page.html.twig b/design-system-templates/example-pages/new-logo-page.html.twig
new file mode 100644
index 00000000..a3584a2b
--- /dev/null
+++ b/design-system-templates/example-pages/new-logo-page.html.twig
@@ -0,0 +1,92 @@
+{% extends 'base.html.twig' %}
+
+{% block title %}Landing with new logo template{% endblock %}
+{% block meta_description %}Landing page template from the W3C design system{% endblock %}
+
+{% block body_class %}class="landing"{% endblock %}
+
+{% block breadcrumbs %}
+ {% include 'components/breadcrumbs.html.twig' %}
+{% endblock %}
+
+{% block header %}
+ {% include 'components/header-new-logo.html.twig' %}
+{% endblock %}
+
+{% block content %}
+
+ {% include 'components/hero-landing.html.twig' %}
+
+
+
Section heading for these teasers
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+ {% include 'components/card-simple-image.html.twig' %}
+
+
+
+
+
+
Section heading for these teasers
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+ {% include 'components/card-simple-icon.html.twig' %}
+
+
+
+
+ {% include 'components/fifty-fifty.html.twig' %}
+
+ {% include 'components/fifty-fifty-reversed.html.twig' %}
+
+ {% include 'components/text.html.twig' %}
+
+ {% include 'components/image.html.twig' %}
+
+ {% include 'components/video.html.twig' %}
+
+ {% include 'components/quote.html.twig' %}
+
+{% endblock %}
+
+{% block crosslinks %}
+ {% include 'components/crosslinks.html.twig' %}
+{% endblock %}
+
+{% block scripts %}
+{% endblock %}
\ No newline at end of file
diff --git a/docs/components/navigation-v1.md b/docs/components/navigation-v1.md
new file mode 100644
index 00000000..a924cbbb
--- /dev/null
+++ b/docs/components/navigation-v1.md
@@ -0,0 +1,13 @@
+# Navigation with new logo
+
+The following example shows how the global navigation sits within the [header component](header.md).
+
+
+
+## Considerations
+
+Note the use of the inline style `display: none;` on the button element with the data attribute `data-trigger="mobile-nav"`. This data attribute is targeted by the JavaScript for the global navigation. In the absence of JavaScript, which is required for the off-canvas mobile navigation, the button remains hidden to users.
+
+The inline style `display: none;` is also used on instances of `.nav__submenu`. As the sub-navigation requires JavaScript for the drop-down effect, this keeps it hidden if JavaScript is not available. It also prevents the sub-menus from flashing from visible to hidden when an uncached page first loads.
+
+If a top level navigation item will have child links, indicated by the `.has-children` class on the `