2023-09-03 04:11:56 +02:00
|
|
|
<!doctype html>
|
2023-09-03 00:23:48 +02:00
|
|
|
<html lang="en">
|
2023-09-03 04:11:56 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>{{.Config.Name}}</title>
|
2023-09-03 00:23:48 +02:00
|
|
|
|
2023-09-03 04:11:56 +02:00
|
|
|
{{.Vue.RenderTags}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
2023-09-03 00:23:48 +02:00
|
|
|
</html>
|