mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|     <h1>
 | |
|         {{ partial "icon.html" "files" }}
 | |
|         {{ .Title | markdownify }}
 | |
|     </h1>
 | |
| 
 | |
|     <div class="series-taxonomy">
 | |
|         <ul>
 | |
|             {{ range .Pages }}
 | |
|                 <li>{{ .Render "summary/series" }}</li>
 | |
|             {{ end }}
 | |
|         </ul>
 | |
|     </div>
 | |
| {{ end }}
 |