All checks were successful
		
		
	
	Builds / ExectOS WebSite (push) Successful in 15s
				
			Reviewed-on: #1 Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git> Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org> Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			290 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			290 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    {{- partial "head.html" . -}}
 | 
						|
    <body>
 | 
						|
        {{- partial "header.html" . -}}
 | 
						|
        <div id="content">
 | 
						|
        {{- block "main" . }}{{- end }}
 | 
						|
        </div>
 | 
						|
        {{- partial "footer.html" . -}}
 | 
						|
        {{- partial "script.html" . -}}
 | 
						|
    </body>
 | 
						|
</html>
 |