blob: 73ab5dceb667cd8f34bcbedc1f36a9161b6e4194 [file] [log] [blame]
<html>
<head>
{{ $options := (dict "targetPath" "css/info.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/info.scss" | resources.ToCSS $options }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<title>{{ .Title }} | OpenTitan</title>
<link href="https://fonts.googleapis.com/css?family=Livvic|Ubuntu&display=swap" rel="stylesheet">
{{ partial "gtag" . }}
</head>
<body>
<h1>{{ .Title }}</h1>
{{ .Content }}
</body>
</html>