questlab/views/html/html.tpl
2014-01-17 16:26:49 +01:00

24 lines
369 B
Go Template

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Legend of Z</title>
<link rel="stylesheet" type="text/css" href="/css/desktop" media="all" />
</head>
<body>
<header>
<h1>The Legend of Z</h1>
<nav>
<?=$menu?>
</nav>
</header>
<article>
<h1><?=$title?></h1>
<?=$intermediate?>
</article>
</body>
</html>