mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|     <h1>
 | |
|         {{ partial "icon.html" "folder" }}
 | |
|         {{ .Title | markdownify }}
 | |
|         {{ partial "rss-link.html" . }}
 | |
|     </h1>
 | |
| 
 | |
|     {{ partial "post-metadata/category.html" . }}
 | |
| 
 | |
|     {{ with .Content }}
 | |
|         {{ . }}
 | |
|     {{ end }}
 | |
| 
 | |
|     {{ partial "page-list.html" .Paginator.Pages }}
 | |
| 
 | |
|     {{ partial "pagination.html" . }}
 | |
| {{ end }}
 |