2025-03-30 22:29:29 +03:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
|
|
<base target="_parent">
|
|
|
|
<title data-trilium-title>Book template</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="content">
|
|
|
|
<h1 data-trilium-h1>Book template</h1>
|
|
|
|
|
|
|
|
<div class="ck-content">
|
2025-03-30 23:51:46 +03:00
|
|
|
<h2>Main characters</h2>
|
|
|
|
<p>… here put main characters …</p>
|
|
|
|
<p> </p>
|
2025-03-31 22:55:55 +03:00
|
|
|
<h2>Plot</h2>
|
2025-03-30 23:51:46 +03:00
|
|
|
<p>… describe main plot lines …</p>
|
|
|
|
<p> </p>
|
2025-03-31 22:55:55 +03:00
|
|
|
<h2>Tone</h2>
|
2025-03-30 23:51:46 +03:00
|
|
|
<p> </p>
|
2025-03-31 22:55:55 +03:00
|
|
|
<h2>Genre</h2>
|
2025-03-30 23:51:46 +03:00
|
|
|
<p>scifi / drama / romance</p>
|
|
|
|
<p> </p>
|
2025-03-31 22:55:55 +03:00
|
|
|
<h2>Similar books</h2>
|
2025-03-30 23:51:46 +03:00
|
|
|
<ul>
|
|
|
|
<li>…</li>
|
|
|
|
</ul>
|
2025-03-30 22:29:29 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|