diff --git a/benchmark/scripts/templates/base.html b/benchmark/scripts/templates/base.html
index 1a4ce78..78c82d6 100644
--- a/benchmark/scripts/templates/base.html
+++ b/benchmark/scripts/templates/base.html
@@ -1,43 +1,57 @@
-
- {{ title }}
- {% if framework == "bootstrap" %}
-
-
-
- {% else %}
-
-
-
- {% endif %}
-
-
- {% block content %}
- {% endblock %}
-
-
- {% block jscript %}
- {% endblock %}
-
\ No newline at end of file
+ {% endif %}
+
+
+
+
+ {% block content %} {% endblock %}
+
+
+ {% block jscript %} {% endblock %}
+