2016-03-25 13:19:55 -04:00

16 lines
552 B
HTML

<!DOCTYPE html>
<html lang=\"{{ meta.language-code }}\">
<head>
<meta charset=\"{{ meta.text-encoding }}\" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ meta.authors }}" />
<!--<meta name="description" content="" />-->
<!--<meta name="keywords" content="" />-->
<title>{{ meta.project }} Documentation - {{ meta.title }}</title>
<link rel="stylesheet" type="text/css" href="{{ base.relpath }}style/style.css" />
</head>
<body>
{{ document.content }}
</body>
</html>