gobyexample/embed/home.html

11 lines
220 B
HTML
Raw Permalink Normal View History

2024-05-04 09:07:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ . }}</title>
</head>
<body>
<h1>{{ . }}</h1>
</body>
</html>