16 lines
353 B
HTML
16 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ title }}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="res/markdown.css">
|
|
<link rel="stylesheet" type="text/css" href="res/syntax.css">
|
|
</head>
|
|
<body>
|
|
|
|
$CONTENT
|
|
|
|
</body>
|
|
</html>
|