diff --git a/templates/base.html b/templates/base.html
index d02e83f..c148861 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,20 @@
{{ title }}
-
+
+ {% if theme == 'dark' %}
+
+ {% elif theme == 'modern' %}
+
+ {% elif theme == 'vampire' %}
+
+ {% elif theme == 'nordic' %}
+
+ {% elif theme == 'halloween' %}
+
+ {% else %}
+
+ {% endif %}
{{ random_tip }}
-
+
{% block content %}{% endblock %}
+
+{% endblock %}