@@ -0,0 +1,22 @@
+<html lang="en-us">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <title>[[book_title]]</title>
+ <style>
+ p {
+ text-indent: 2em;
+ line-height: 1.7em;
+ }
+ </style>
+</head>
+<body>
+<h1>[[book_title]]</h1>
+
+<h2>目录</h2>
+<ul>
+ [[#sections]]
+ <li><a href="#[[filename]]">[[filename]]</a></li>
+ [[/sections]]
+</ul>
@@ -0,0 +1,3 @@
+<h2 id="[[title]]">[[title]]</h2>
+[[content]]