blob: 73ab5dceb667cd8f34bcbedc1f36a9161b6e4194 [file] [log] [blame]
James Wainwrightd8c950b2023-03-07 12:51:14 +00001<html>
2 <head>
3 {{ $options := (dict "targetPath" "css/info.css" "outputStyle" "compressed" "enableSourceMap" true) }}
4 {{ $style := resources.Get "scss/info.scss" | resources.ToCSS $options }}
5 <link rel="stylesheet" href="{{ $style.Permalink }}">
6 <title>{{ .Title }} | OpenTitan</title>
7 <link href="https://fonts.googleapis.com/css?family=Livvic|Ubuntu&display=swap" rel="stylesheet">
8 {{ partial "gtag" . }}
9 </head>
10 <body>
11 <h1>{{ .Title }}</h1>
12 {{ .Content }}
13 </body>
14</html>