2023-08-18 13:25:20 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2023-08-18 17:04:12 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
2023-08-18 13:25:20 +02:00
|
|
|
<title>{{ config.user.title }}</title>
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ site }}/static/css/main.css">
|
2023-08-18 19:25:38 +02:00
|
|
|
<link rel="stylesheet" href="{{ site }}/static/css/tree.css">
|
2023-08-18 17:04:12 +02:00
|
|
|
<link rel="stylesheet" href="{{ site }}/static/font/font.css">
|
|
|
|
|
|
|
|
<script type="module" src="{{ site }}/static/js/usability.js"></script>
|
2023-08-18 13:25:20 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-08-18 17:04:12 +02:00
|
|
|
<main class="tree">
|
|
|
|
{{{ tree }}}
|
|
|
|
</main>
|
2023-08-18 13:25:20 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|