diff --git a/templates/blank.html.to b/templates/blank.html.to
deleted file mode 100644
index 6ee07c63..00000000
--- a/templates/blank.html.to
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
- {% block title %}JEDI{% end %}
- {% for url in assets['css'].urls() %}
-
- {% end %}
-
-
-
-
-
-
-
-
- {% block content %}
- these are not the droids you are looking for
- {% end %}
-
-
-
-
-
-
-
-
-
diff --git a/templates/hello.html.to b/templates/hello.html.to
deleted file mode 100644
index fe86bfec..00000000
--- a/templates/hello.html.to
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "blank.html.to" %}
-
-{% block title %}
-AT-AT - Login
-{% end %}
-
-{% block content %}
-
-
-
-
-
- AT-AT
-
-
-
-
-
-
-
-
-{% end %}
-