mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
21 lines
372 B
HTML
21 lines
372 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!-- device settings -->
|
|
<meta charset = "UTF-8" />
|
|
<meta name="Content-Type" content="text/html" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- page title -->
|
|
<title>{{ page.title }}</title>
|
|
|
|
{% include metadata.html %}
|
|
{% include analytics.html %}
|
|
</head>
|
|
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
|
|
</html> |