From a6e6f8be88a93699765f25aee0e6109a3eb0b307 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Tue, 3 May 2022 18:22:43 +0200 Subject: reworked templates based on purecss --- templates/layouts/mainlayout.html.ep | 49 +++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 20 deletions(-) (limited to 'templates/layouts/mainlayout.html.ep') diff --git a/templates/layouts/mainlayout.html.ep b/templates/layouts/mainlayout.html.ep index 9f36006..166f9ee 100644 --- a/templates/layouts/mainlayout.html.ep +++ b/templates/layouts/mainlayout.html.ep @@ -1,24 +1,33 @@ - + + - - - - %= stash('title') || 'JWebmail' - - %= stylesheet '/style.css' - - - %= content + + + + + + + %= stylesheet '/style2.css' + + + %= title || 'JWebmail' + + + + + %= content + + + - - -- cgit v1.2.3