1{{- define "head" }}
2<!DOCTYPE html>
3<html lang="en-GB">
4 <head>
5 <title>Willow</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="title" content="Willow">
8 <meta name="description" content="Forge-agnostic software release tracker">
9
10 <!-- Indicate that we support both light and dark mode, and that we prefer light -->
11 <meta name="color-scheme" content="light dark">
12
13 <!-- Preload CSS reset -->
14 <link rel="preload" href="/static/reset.css" as="style" />
15 <link rel="stylesheet" href="/static/reset.css" />
16
17 <!-- Preload CSS styles -->
18 <link rel="preload" href="/static/colours.css" as="style" />
19 <link rel="stylesheet" href="/static/colours.css" />
20 <link rel="preload" href="/static/styles.css" as="style" />
21 <link rel="stylesheet" href="/static/styles.css" />
22 </head>
23 <body>
24{{- end -}}