2026-02-20 23:22:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>Title</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="stylesheet" href="/static/assets/main.css">
|
2026-02-23 10:18:34 +00:00
|
|
|
<script src="/static/assets/main.js" type="module"></script>
|
2026-02-20 23:22:10 +00:00
|
|
|
</head>
|
|
|
|
|
<body class="min-vh-100 d-flex flex-column">
|
|
|
|
|
{{ template "_common/nav" . }}
|
|
|
|
|
|
|
|
|
|
{{ embed }}
|
2026-02-23 10:18:34 +00:00
|
|
|
|
|
|
|
|
{{ template "_common/toast" . }}
|
2026-02-20 23:22:10 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|