mirror of
				https://github.com/RivalStorm/rivalstorm.github.io
				synced 2025-11-04 00:03:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "default_head.html" . }}
 | 
						|
 | 
						|
<div class="post">
 | 
						|
	<h1 class="post-title">{{ .Title }}</h1>
 | 
						|
	<ul id="list">
 | 
						|
		{{ range .Data.Pages }}
 | 
						|
			{{ .Render "li"}}
 | 
						|
		{{ end }}
 | 
						|
	</ul>
 | 
						|
</div>
 | 
						|
 | 
						|
{{ partial "default_foot.html" . }}
 |