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

19 lines
336 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>{{ title }}</title>
</head>
<body>
<h1>
<img src="static/images/logo.svg" alt="logo" class="logo large" aria-hidden="true" />
{{ title }}
</h1>
{{ content }}
<!---------------->
<link rel="stylesheet" href="/static/main.css" />
</body>
</html>