diff --git a/src/lib/components/AbstractContent.svelte b/src/lib/components/AbstractContent.svelte
index a0c1e0eb..5dfc8726 100644
--- a/src/lib/components/AbstractContent.svelte
+++ b/src/lib/components/AbstractContent.svelte
@@ -44,9 +44,6 @@
$: lastpage = '/';
$: nextpage = '/';
$: infopage = '/';
-
- // actual content: this is a callback function that creates a new page element
- export let content = null;
@@ -70,24 +67,23 @@
-{#if content}
-
-{/if}
+
+
{#if showBottomNavbar}
-
+
Zur letzten Seite
-
+
Hilfe
-
+
- Zur naechsten Seite
+ Zur nächsten Seite
{/if}