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