2023-07-22 20:54:15 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-08-16 20:15:34 -04:00
|
|
|
<link rel="stylesheet" href="/static/css/home.css">
|
|
|
|
<link rel="stylesheet" href="/static/css/bar.css">
|
2023-08-20 21:33:36 -04:00
|
|
|
<link rel="stylesheet" href="/static/css/menu_bar.css">
|
2023-08-20 20:24:11 -04:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="keywords" content="">
|
|
|
|
<meta name="author" content="Brett">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-07-22 20:54:15 -04:00
|
|
|
<title>{{$SITE_TITLE}}</title>
|
|
|
|
</head>
|
2023-08-16 20:59:49 -04:00
|
|
|
<body class="blur-bgimage" style="background-image: url({{$SITE_BACKGROUND}})">
|
2023-08-16 20:15:34 -04:00
|
|
|
<div class="center">
|
|
|
|
<div class="body">
|
2023-08-20 21:33:36 -04:00
|
|
|
{{@menu_bar.part}}
|
|
|
|
|
2023-08-16 20:15:34 -04:00
|
|
|
<div class="center">
|
|
|
|
HAXsdsad
|
2023-08-23 15:27:27 -04:00
|
|
|
{{%_admin}}
|
|
|
|
<p>Admin detected</p>
|
|
|
|
{{/_admin}}
|
|
|
|
{{%_admin && _create_posts}}
|
|
|
|
<p>Admin and can read!</p>
|
|
|
|
{{/_admin && _create_posts}}
|
|
|
|
{{%_admin}}
|
|
|
|
{{%_read_files}}
|
|
|
|
Nested time!
|
|
|
|
{{/_read_files}}
|
2023-08-20 20:24:11 -04:00
|
|
|
{{/_admin}}
|
2023-08-16 20:15:34 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-07-22 20:54:15 -04:00
|
|
|
</body>
|
|
|
|
</html>
|