summaryrefslogtreecommitdiff
path: root/src/web/_views/head.php
blob: 809ab368bb7392df9f7e50d7725e7fbf0957db3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<script>
		<?php if ($session): ?>
			var jwtStr = <?=json_encode($session['jwt'])?>;
		<?php else: ?>
			var jwtStr = null;
		<?php endif; ?>
		</script>
		<?=CRIMSON_META($this)?>
		<title><?=$title?></title>
	</head>
	<body>
		<div id="toast-container">
		</div>