woozle.org/_layouts/default.html

21 lines
539 B
HTML
Raw Normal View History

2010-11-10 20:54:22 -07:00
<!DOCTYPE html>
<html lang="en">
2012-08-01 09:04:46 -06:00
<head>
2017-07-09 21:13:56 -06:00
<title>{{ page.title }}</title>
2012-08-01 09:04:46 -06:00
<meta name="viewport" content="width=device-width">
2017-07-09 21:13:56 -06:00
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/png" href="assets/images/icon.png">
2012-08-01 09:04:46 -06:00
</head>
<body>
2017-07-09 21:13:56 -06:00
<h1 id="title">{{ page.title }}</h1>
{{ content }}
2014-02-15 15:26:50 -07:00
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/derby/">Roller Derby</a></li>
<li><a href="/scoreboard/">Scoreboard</a></li>
</ul>
</nav>
2012-08-01 09:04:46 -06:00
</body>
2010-11-10 20:54:22 -07:00
</html>