33 lines
460 B
HTML
33 lines
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
|
|
<title>$title$</title>
|
|
|
|
$css$
|
|
|
|
$header-includes$
|
|
</head>
|
|
|
|
<body>
|
|
$include-before$
|
|
|
|
<div class="frontmatter">
|
|
<div class="title"><h1>$title$</h1></div>
|
|
<div class="author"><h2>$author$</h2></div>
|
|
<div class="date"><h3>$date$</h3></div>
|
|
</div>
|
|
|
|
<div class="body">
|
|
$body$
|
|
</div>
|
|
|
|
$include-after$
|
|
|
|
$js$
|
|
</body>
|
|
|
|
</html>
|