22 lines
485 B
HTML
22 lines
485 B
HTML
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="generator" content="pandoc" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||
|
$if(title)$
|
||
|
<title>$title$</title>
|
||
|
$endif$
|
||
|
$if(author)$
|
||
|
<meta name="author" content=\"$author$\">
|
||
|
$endif$
|
||
|
$if(date)$
|
||
|
<meta name="date" content=\"$date$\">
|
||
|
$endif$
|
||
|
$styles()$
|
||
|
</head>
|
||
|
<body>
|
||
|
$body$
|
||
|
</body>
|
||
|
</html>
|