browser-extension-manager
Version:
Browser Extension Manager dependency manager
25 lines (20 loc) • 743 B
HTML
<html data-bs-theme="{{ theme.appearance }}">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ page.title }}</title>
<!-- Main CSS (includes Font Awesome) -->
<link href="/assets/css/main.bundle.css?cb={{ cacheBust }}" rel="stylesheet">
<!-- Component-specific CSS -->
<link href="/assets/css/components/{{ page.name }}.bundle.css?cb={{ cacheBust }}" rel="stylesheet">
</head>
<body>
{{ content }}
<!-- Build -->
<script src="/build.js?cb={{ cacheBust }}"></script>
<!-- Main JS -->
<script src="/assets/js/components/{{ page.name }}.bundle.js?cb={{ cacheBust }}"></script>
</body>
</html>