mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			829 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			829 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
| <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">
 | |
|         <h2>Main characters</h2>
 | |
|         <p>… here put main characters …</p>
 | |
|         <p> </p>
 | |
|          <h2>Plot</h2>
 | |
|         <p>… describe main plot lines …</p>
 | |
|         <p> </p>
 | |
|          <h2>Tone</h2>
 | |
|         <p> </p>
 | |
|          <h2>Genre</h2>
 | |
|         <p>scifi / drama / romance</p>
 | |
|         <p> </p>
 | |
|          <h2>Similar books</h2>
 | |
|         <ul>
 | |
|           <li>…</li>
 | |
|         </ul>
 | |
|       </div>
 | |
|     </div>
 | |
|   </body>
 | |
| 
 | |
| </html> | 
