• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!doctype html>
2<html>
3
4<head>
5	<meta charset="utf-8">
6	<title>{{ page.title }}</title>
7	<link rel="stylesheet" href="/assets/css/reports-v2.css" />
8	<link rel="stylesheet" href="/assets/css/page.css" />
9</head>
10
11<body>
12	<!-- <h1>{{ page.title }}</h1> -->
13	<header>
14		<div class="navparent">
15			<div id="nav" class="nav">
16				<!-- Vue mount here -->
17			</div>
18		</div>
19		<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div>
20		<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> -->
21	</header>
22
23
24
25	<section class="body">
26		{{ content }}
27	</section>
28	<footer>
29		© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
30	</footer>
31	<!-- workaround for cloudflare content-type issue -->
32	<script src="/assets/vendor/vue.global.prod.js"></script>
33	<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
34	<script src="/assets/js/cldrsite.js"></script>
35</body>
36
37</html>
38