You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
505 B
HTML
23 lines
505 B
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="$language$">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>$title$</title>
|
||
|
<script src="paged.js/paged.polyfill.js" type="text/javascript"></script>
|
||
|
<link href="paged.js/pagedjs.css" rel="stylesheet" type="text/css">
|
||
|
<link href="print.css" rel="stylesheet" type="text/css" media="print">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h1 id="title">$title$</h1>
|
||
|
|
||
|
$if(toc)$
|
||
|
<section id="toc" role="doc-toc">$table-of-contents$</section>
|
||
|
$endif$
|
||
|
|
||
|
<div id="container">$body$</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|