miom.space/_includes/default.vto

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-10-22 11:13:16 +00:00
<!DOCTYPE html>
2024-02-24 12:45:21 +00:00
<html lang="{{ language.slug }}">
2021-10-22 11:13:16 +00:00
<head>
<meta charset="utf-8" />
<title>{{ title |> title |> safe }}</title>
2021-10-22 11:13:16 +00:00
2024-04-14 13:48:12 +00:00
<link rel="shortcut icon" href="/favicon.ico" />
2021-10-22 11:13:16 +00:00
<meta name="theme-color" content="{{ themeColor }}" id="theme-color" />
<meta name="description" content="MiOM Kreativraum is a creative space in Cologne, Germany">
2021-10-22 11:13:16 +00:00
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/styles.css{{ cssCacheBust }}" media="all" />
2021-10-23 10:25:03 +00:00
<link rel="stylesheet" type="text/css" href="/raleway.css{{ cssCacheBust }}" media="all" />
2021-10-22 11:13:16 +00:00
<link rel="alternate" hreflang="{{ otherLang.slug }}" href="{{ if otherLang.urlPrefix }}/{{otherLang.urlPrefix}}{{ /if }}{{ baseURL }}" />
2024-02-24 12:45:21 +00:00
{{ if extraStylesheets }}
{{ for extraStylesheet of extraStylesheets }}
2021-10-22 11:13:16 +00:00
<link rel="stylesheet" type="text/css" href="{{ extraStylesheet }}{{ cssCacheBust }}" media="all" />
{{ /for }}
{{ /if }}
2021-10-22 11:13:16 +00:00
</head>
2021-10-22 16:05:00 +00:00
<body class="mi-page">
{{ include "border.vto" }}
2024-02-17 14:07:20 +00:00
{{ include "navigation.vto" }}
2021-10-22 11:13:16 +00:00
{{ content }}
2021-10-22 11:13:16 +00:00
</body>
</html>