diff --git a/app/templates/new/base.html b/app/templates/new/base.html
index 88938b065..3502642bc 100644
--- a/app/templates/new/base.html
+++ b/app/templates/new/base.html
@@ -6,50 +6,7 @@
- {# {% include "new/components/head.html" %} #}
-
-
-
- {% block pageTitle %}
- {% block per_page_title %} {% endblock %}Notify.gov
-
- {% endblock %}
-
-
-
-
- {% if config['NR_MONITOR_ON'] %}
- {% include "partials/newrelic.html" -%}
- {% endif %}
- {# Ensure that older IE versions always render with the correct rendering engine #}
-
- {% block headIcons %}
-
-
-
-
- {% endblock %}
-
- {% block head %}
-
- {% block extra_stylesheets %}
- {% endblock %}
- {% if g.hide_from_search_engines %}
-
- {% endif %}
-
- {# The default og:image is added below head so that scrapers see any custom metatags first, and this is just a fallback #}
- {% block meta_format_detection %}
-
- {% endblock %}
- {% block meta %}
-
-
- {% endblock %}
-
- {% endblock %}
-
-
+ {% include "new/components/head/head.html" %}
{% block bodyStart %}
diff --git a/app/templates/new/components/head.html b/app/templates/new/components/head/head.html
similarity index 100%
rename from app/templates/new/components/head.html
rename to app/templates/new/components/head/head.html