diff --git a/hyperglass/render/templates/errortext.html.j2 b/hyperglass/render/templates/errortext.html.j2
index 0d4de63..2087f90 100644
--- a/hyperglass/render/templates/errortext.html.j2
+++ b/hyperglass/render/templates/errortext.html.j2
@@ -1,12 +1,11 @@
-{% macro errortext(title, subtitle, button, size_title="h1", size_subtitle="h3") -%}
-
- <{{ size_title }} class="ui header">{{ title }}
- {{ size_title }}>
- <{{ size_subtitle }} class="ui header">{{ subtitle }}{{ size_subtitle }}>
-
-
+{% macro errortext(title, subtitle, button) -%}
+
+
{%- endmacro %}
\ No newline at end of file
diff --git a/hyperglass/render/templates/index.html.j2 b/hyperglass/render/templates/index.html.j2
index 1f87c57..91127f9 100644
--- a/hyperglass/render/templates/index.html.j2
+++ b/hyperglass/render/templates/index.html.j2
@@ -1,7 +1,5 @@
{% extends "templates/base.html.j2" %}
-{# {% include "templates/ratelimit-query.html.j2" %} #}
-
{% block content %}