mirror of
				https://github.com/yanislav-igonin/micrach
				synced 2025-11-04 10:27:02 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "header" }}
 | 
						|
 | 
						|
{{ if . }}
 | 
						|
<a href="/" class="thread-title-link">
 | 
						|
  <h1 class="display-1 text-center thread-title">
 | 
						|
    {{ if ne . "" }}
 | 
						|
    {{ . }}
 | 
						|
    {{ else }}
 | 
						|
    Welcome to Micrach
 | 
						|
    {{ end }}
 | 
						|
  </h1>
 | 
						|
</a>
 | 
						|
{{ else }}
 | 
						|
<h1 class="display-1 text-center">Welcome to Micrach</h1>
 | 
						|
{{ end }}
 | 
						|
 | 
						|
{{ end }}
 |