questlab/views/html/html.tpl

18 lines
287 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>
<h1>The Legend of Z</h1>
<article>
<?=$intermediate?>
</article>
</body>
</html>