diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera
index b54df4d..28f568c 100644
--- a/templates/includes/macros.html.tera
+++ b/templates/includes/macros.html.tera
@@ -1,3 +1,17 @@
+{% macro boatreservation() %}
+
diff --git a/templates/kiosk.html.tera b/templates/kiosk.html.tera
index 149d157..e03a452 100644
--- a/templates/kiosk.html.tera
+++ b/templates/kiosk.html.tera
@@ -9,6 +9,7 @@
{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
{% endif %}
+ {{ macros::boatreservation() }}
Boote
diff --git a/templates/log.html.tera b/templates/log.html.tera
index d6e2144..c47f12f 100644
--- a/templates/log.html.tera
+++ b/templates/log.html.tera
@@ -4,6 +4,7 @@
{% block content %}
Logbuch
+ {{ macros::boatreservation() }}