diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig
deleted file mode 100644
index fe5bdc40..00000000
--- a/source/_layouts/base.html.twig
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
- {% include 'head' %}
-
-
-
- {% include 'navbar' %}
-
-
-
- {% block content_wrapper %}
-
- {% block content %}{% endblock %}
-
- {% endblock %}
-
- {% include 'sidebar' %}
-
{# .row #}
-
{# .container #}
-
- {% include 'footer_content' %}
- {% include 'footer_scripts' %}
-
-
diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig
index d2b36be9..fe5bdc40 100644
--- a/source/_layouts/default.html.twig
+++ b/source/_layouts/default.html.twig
@@ -1 +1,29 @@
-{% extends "base.html.twig" %}
+
+
+
+
+
+ {% include 'head' %}
+
+
+
+ {% include 'navbar' %}
+
+
+
+ {% block content_wrapper %}
+
+ {% block content %}{% endblock %}
+
+ {% endblock %}
+
+ {% include 'sidebar' %}
+
{# .row #}
+
{# .container #}
+
+ {% include 'footer_content' %}
+ {% include 'footer_scripts' %}
+
+