main.html 428 B

12345678910111213141516171819202122
  1. <html lang="en-us">
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  5. <title>[[book_title]]</title>
  6. <style>
  7. p {
  8. text-indent: 2em;
  9. line-height: 1.7em;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <h1>[[book_title]]</h1>
  15. <h2>目录</h2>
  16. <ul>
  17. [[#sections]]
  18. <li><a href="#[[filename]]">[[filename]]</a></li>
  19. [[/sections]]
  20. </ul>