resist.is/_layouts/default.html
2025-04-13 12:50:34 -04:00

17 lines
357 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- {% include navigation.html %} -->
{{ content }}
</body>
</html>