summary refs log tree commit diff
path: root/_includes/base.njk
blob: c3602c7d51fc58103d745eec6be950f2a6b5bef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title = "Starfall"
---
<!doctype html>
<html lang=en._US dir=ltr>
<title>{{ title }}</title>
<meta charset=UTF-8>
<meta name=robots content="noindex, nofollow">
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=stylesheet href=/css/terminal.css>
<!-- todo color picker -->

<header>
	<h1>{{ title }}</h1>
	<nav aria-label=primary>
		<ul>
			<li><a href=/ class=active aria-current=page>Home</a>
			<li><a href=https://git.starfall.systems>Git</a>
		</ul>
	</nav>
</header>

{{ content | safe }}

<footer>
<section>
	<p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>.
</section>
<div style=text-align:center>⋁/⋀</div>
</footer>