17 lines
321 B
HTML
17 lines
321 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{{ .Title }}</title>
|
|
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
|
|
</head>
|
|
|
|
<body class="min-h-screen bg-slate-50">
|
|
|
|
{{ embed }}
|
|
|
|
</body>
|
|
|
|
</html> |