17 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|     <a name="top">
 | |
|         <h1>{{ .Title }}</h1>
 | |
|     </a>
 | |
|     {{ .Content }}
 | |
|     <!--{{ range .Pages.ByPublishDate.Reverse }}
 | |
|         <p>
 | |
|             <h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
 | |
|             {{ partial "metadata.html" . }}
 | |
|             <a class="summary" href="{{ .RelPermalink }}">
 | |
|                 <p>{{ .Summary }}</p>
 | |
|             </a>
 | |
|         </p>
 | |
|     {{ end }}-->
 | |
|     {{ partial "totop" }}
 | |
| {{ end }}
 |