James Wainwright | d8c950b | 2023-03-07 12:51:14 +0000 | [diff] [blame] | 1 | <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> |