You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
572 B

<!doctype html public “(づ。◕o◕。)づ”>
<link href=/style.css rel=stylesheet />
<header>
<nav>
<a href=/>jonathan.is</a>
<menu>
<li {{ active writing }}><a href=/writing>/writing</a>
<li {{ active speaking }}><a href=/speaking>/speaking</a>
<li {{ active coding }}><a href=/coding>/coding</a>
<li {{ active making }}><a href=/making>/making</a>
<li {{ active working }}><a href=/working>/working</a>
<li {{ active living }}><a href=/living>/living</a>
</menu>
</nav>
</header>
<main>
{{ content }}
</main>