onFOSS.org/_layouts/default.html

22 lines
727 B
HTML
Raw Permalink Normal View History

2023-05-26 17:30:43 +02:00
<!DOCTYPE html>
<html lang="en" class="h-100" dir="ltr">
2023-05-26 17:30:43 +02:00
<head>
<meta charset="utf-8">
<title>onFOSS</title>
2023-06-10 18:28:06 +02:00
<meta content='initial-scale=1.0, width=device-width' name='viewport'>
2023-05-26 17:30:43 +02:00
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" href="/assets/img/icon.svg" sizes="any" type="image/svg+xml">
<link rel="alternate" type="application/rss+xml" title="{{ site.content.domain_name }}" href="/feed.xml">
2023-05-27 23:28:39 +02:00
<script src="/assets/js/localtime.js"></script>
2023-05-26 17:30:43 +02:00
</head>
<body class="d-flex flex-column h-100">
2023-05-26 17:30:43 +02:00
{% include nav.html %}
2023-06-13 13:13:49 +02:00
<div class="container flex-grow-1 flex-fill bg-body-secondary p-4">
2023-05-26 17:30:43 +02:00
{{ content }}
</div>
2023-06-08 15:55:16 +02:00
{% include footer.html %}
2023-05-26 17:30:43 +02:00
</body>
</html>