2026-02-07 05:51:21 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>{{ template "title" . }} - Nidus Sync</title>
|
|
|
|
|
<!-- Bootstrap CSS -->
|
|
|
|
|
<link href="/static/vendor/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
|
<!-- Bootstrap Icons -->
|
2026-02-17 21:36:23 +00:00
|
|
|
<link href="/static/css/bootstrap.css" rel="stylesheet" />
|
2026-02-07 05:51:21 +00:00
|
|
|
<!-- favicon -->
|
|
|
|
|
<link rel="icon" href="/static/favicon-sync.ico" type="image/x-icon" />
|
|
|
|
|
{{ block "extraheader" . }}{{ end }}
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
{{ template "content" . }}
|
|
|
|
|
<script src="/static/vendor/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|