2021-10-10 18:32:41 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2021-10-10 23:20:22 +00:00
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<link rel="stylesheet" href="https://gh.steffo.eu/bluelib/src/targets/skeleton.root.css" type="text/css"/>
|
|
|
|
<link rel="stylesheet" href="https://gh.steffo.eu/bluelib/src/targets/{{ site.bluelib }}.root.css" type="text/css"/>
|
|
|
|
<link rel="stylesheet" href="https://gh.steffo.eu/bluelib/src/targets/{{ page.bluelib }}.root.css" type="text/css"/>
|
|
|
|
{% for css in site.extra_css %}
|
|
|
|
<link rel="stylesheet" href="{{ css }}"/>
|
|
|
|
{% endfor %}
|
|
|
|
<title>{{ page.title }}</title>
|
2021-10-10 18:32:41 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{ content }}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|