diff --git a/couchpotato/templates/_desktop.html b/couchpotato/templates/_desktop.html
deleted file mode 100644
index 1d618066..00000000
--- a/couchpotato/templates/_desktop.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
- {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'front', single = True) %}
- {% endfor %}
- {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'front', single = True) %}
- {% endfor %}
-
- {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'head', single = True) %}
- {% endfor %}
- {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'head', single = True) %}
- {% endfor %}
-
-
-
-
-
-
-
- CouchPotato
-
-
-
\ No newline at end of file
diff --git a/couchpotato/templates/_mobile.html b/couchpotato/templates/_mobile.html
deleted file mode 100644
index e69de29b..00000000
diff --git a/couchpotato/templates/index.html b/couchpotato/templates/index.html
index 217d6bfc..1d618066 100644
--- a/couchpotato/templates/index.html
+++ b/couchpotato/templates/index.html
@@ -1 +1,78 @@
-{% extends "_desktop.html" %}
+
+
+
+ {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'front', single = True) %}
+ {% endfor %}
+ {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'front', single = True) %}
+ {% endfor %}
+
+ {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'head', single = True) %}
+ {% endfor %}
+ {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'head', single = True) %}
+ {% endfor %}
+
+
+
+
+
+
+
+ CouchPotato
+
+
+
\ No newline at end of file