Some tests to check for compliance with new Kustvakt

Change-Id: I5d9db0725664af2c6f1164e4acb258a76d89a90f
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index f92ab2d..ed45db1 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -23,7 +23,7 @@
       %= include 'partial/header'
     % }
 
-% if (1) { # user not logged in
+% unless (user_auth) { # user not logged in
 % content_for 'sidebar', begin
 <fieldset>
   %= form_for 'login', begin