pepperminty-wiki-website/src/_includes/layouts/main.html

16 lines
191 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
{{ content }}
<!---------------->
</body>
</html>