2023-11-13 18:13:44 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>
|
2024-09-30 18:39:49 +00:00
|
|
|
Robur's blog{{ dash }}{{ title }}
|
2023-11-13 18:13:44 +00:00
|
|
|
</title>
|
2024-09-30 18:39:49 +00:00
|
|
|
<meta name="description" content="{{ description }}">
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ host }}/css/hl.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ host }}/css/style.css">
|
|
|
|
<script src="{{ host }}/js/hl.js"></script>
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="{{ host }}/feed.xml" title="blog.robur.coop">
|
2023-11-13 18:13:44 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>blog.robur.coop</h1>
|
|
|
|
<blockquote>
|
|
|
|
The <strong>Robur</strong> cooperative blog.
|
|
|
|
</blockquote>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
{%- autoescape false -%}
|
2024-09-30 18:39:49 +00:00
|
|
|
{{ yocaml_body }}
|
2023-11-13 18:13:44 +00:00
|
|
|
{% endautoescape -%}
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<a href="https://github.com/xhtmlboi/yocaml">Powered by <strong>YOCaml</strong></a>
|
|
|
|
<br />
|
|
|
|
</footer>
|
|
|
|
<script>hljs.highlightAll();</script>
|
|
|
|
</body>
|
|
|
|
</html>
|