mirror of https://github.com/statping/statping
				
				
				
			
		
			
				
	
	
		
			10 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
{{ define "footer"}}
 | 
						|
<div class="footer text-center mb-4">
 | 
						|
{{ if CoreApp.Footer.String }}
 | 
						|
    {{ CoreApp.Footer.String }}
 | 
						|
{{ else }}
 | 
						|
    <a href="https://github.com/hunterlong/statup" target="_blank">Statup {{VERSION}} made with <i class="text-danger fas fa-heart"></i></a> | <a href="/dashboard">Dashboard</a>
 | 
						|
{{ end }}
 | 
						|
</div>
 | 
						|
{{ end }}
 |