diff --git a/agaric/templates/layout/page--front.html.twig b/agaric/templates/layout/page--front.html.twig
deleted file mode 100644
index 0ac231a..0000000
--- a/agaric/templates/layout/page--front.html.twig
+++ /dev/null
@@ -1,257 +0,0 @@
-{#
-/**
- * @file
- * Default theme implementation to display a single page.
- */
-#}
-
-{#
- Limit the main content column to a max of 10 units at widescreen and above.
- @see system/page.html.twig in the Bulma theme.
-#}
-{% if not page.content_attributes %}
- {%
- set page = page|merge({
- 'content_attributes': create_attribute().addClass([
- 'main-content',
- 'column',
- 'is-10-widescreen',
- ]),
- })
- %}
-{% endif %}
-{% block navbar %}
-{% if page.navbar_branding or page.navbar_social or page.primary_menu %}
-{# Top navbar #}
-