Ashes-of-Amethyst-site/_includes/layout.html

10 lines
137 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
{{ content }}
<p>{{ disclaimer }}</p>
</body>
</html>