mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1>{{ .Title }}</h1>
 | 
						|
{{ if .IsPage }}
 | 
						|
    <p>{{ partial "content-details.html" . }}</p>
 | 
						|
{{ end }}
 | 
						|
<hr>
 | 
						|
 | 
						|
<div class="content">
 | 
						|
    {{ if .TableOfContents }}
 | 
						|
        <div class="content">
 | 
						|
            {{ .TableOfContents }}
 | 
						|
        </div>
 | 
						|
    {{ end }}
 | 
						|
    {{ .Content }}
 | 
						|
</div>
 |