mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 13:18:00 +00:00
19 lines
418 B
HTML
19 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>{{ site.title }} — {{ page.title }}</title>
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | prepend: site.baseurl | apend: site.time }}">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
{{ content }}
|
|
|
|
</body>
|
|
</html> |