18 lines
259 B
Plaintext
18 lines
259 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ .Data.title }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="/static/img/dummy.png">
|
|
|
|
{{ .Data.message }}
|
|
|
|
|
|
</body>
|
|
|
|
</html> |