From 1edfdf5f3a316a36108a0a853b0a2553d116d6fc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 9 Jul 2020 22:33:43 +0200 Subject: Rewriiiiiiiiiite! Okay, okay. I know, rewriting projects all the time is dumb. Buuut, we really don't want to work with our old and ugly code anymore. Furthermore we'll be using Deno now! --- src/main/resources/views/layout.rocker.html | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 src/main/resources/views/layout.rocker.html (limited to 'src/main/resources/views/layout.rocker.html') diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html deleted file mode 100644 index 9963aad..0000000 --- a/src/main/resources/views/layout.rocker.html +++ /dev/null @@ -1,30 +0,0 @@ -@import space.anity.DatabaseController -@import space.anity.UserHandler -@import io.javalin.* -@args (String title, Context ctx, RockerContent css, RockerContent js, RockerBody content) - - - - - - - - - - @css - - @if((new DatabaseController()).isDarkTheme((new UserHandler()).getVerifiedUserId(ctx))) { - - } - - @title - - -
- @content -
- -@js - - -- cgit v1.2.3