14 lines
430 B
HTML
14 lines
430 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
{{if .CSRFToken}}<meta name="csrf-token" content="{{.CSRFToken}}">{{end}}
|
|
<title>{{.Title}} - MetaLab</title>
|
|
<link rel="stylesheet" href="/static/css/common.css">
|
|
{{if .ExtraCSS}}
|
|
<link rel="stylesheet" href="{{.ExtraCSS}}">
|
|
{{end}}
|
|
<script src="/shared/static/js/utils.js"></script>
|
|
</head>
|