wp-go/templates/index.html
2022-09-01 10:31:11 +08:00

12 lines
157 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ .title }}</title>
</head>
<body>
<h1>
{{ .title }}
</h1>
</body>
</html>