adding an example template
parent
e4959e0151
commit
7ce95ec259
@ -0,0 +1,22 @@
|
|||||||
|
<!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>
|
Loading…
Reference in New Issue