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 %}
@@ -36,19 +49,65 @@ Rule Creation - Notebook + + {% if current_user.is_authenticated %} + Notebook + {{ current_user.username }} + {% else %} + Login + {% endif %} + + +
{{ random_tip }}
-
+
{% block content %}{% endblock %}
+ +{% endblock %}