diff --git a/templates/log.html.tera b/templates/log.html.tera
index 22dbe71..a70b636 100644
--- a/templates/log.html.tera
+++ b/templates/log.html.tera
@@ -4,15 +4,16 @@
{% extends "base" %}
{% block content %}
- {% if flash %}
-
- {{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
-
- {% endif %}
-
+
Logbuch
+ {% if flash %}
+
+ {{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
+
+ {% endif %}
+