resist.is/_layouts/default.html
2025-04-06 22:00:08 -04:00

17 lines
345 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>