tl/examples/templates/layouts/base.html

11 lines
207 B
HTML
Raw Normal View History

2025-07-01 13:21:08 +05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
{{ block "main" . }}{{ end }}
</body>
</html>