jinja enters the stage
parent
1e1eed56c1
commit
01a4d22c84
@ -1,22 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<DOCTYPE html>
|
||||||
<html lang="$language$">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title></title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>$title$</title>
|
<script src="paged.js/paged.polyfill.js"></script>
|
||||||
<script src="paged.js/paged.polyfill.js" type="text/javascript"></script>
|
|
||||||
<link href="paged.js/pagedjs.css" rel="stylesheet" type="text/css">
|
<link href="paged.js/pagedjs.css" rel="stylesheet" type="text/css">
|
||||||
<link href="print.css" rel="stylesheet" type="text/css" media="print">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div id="content">{{ content }}</div>
|
||||||
<h1 id="title">$title$</h1>
|
|
||||||
|
|
||||||
$if(toc)$
|
|
||||||
<section id="toc" role="doc-toc">$table-of-contents$</section>
|
|
||||||
$endif$
|
|
||||||
|
|
||||||
<div id="container">$body$</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue