mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			300 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			300 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ template "theme/chrome/head.html" . }}
 | |
| <body>
 | |
| 
 | |
| {{ template "theme/chrome/sidebar.html" . }}
 | |
| 
 | |
|     <div class="content container">
 | |
| <div class="post">
 | |
|   <h1>{{ .Title }}</h1>
 | |
|   <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
 | |
|       {{ .Content }}
 | |
| </div>
 | |
| </div>
 | |
| 
 | |
|   </body>
 | |
| </html>
 | 
