mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 01:55:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			988 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			988 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <meta charset="UTF-8" />
 | |
| {{ if .noIndex }}
 | |
| <meta name="robots" content="noindex, nofollow, noarchive, nosnippet">
 | |
| <meta name="googlebot" content="noindex, nofollow">
 | |
| {{ end }}
 | |
| 
 | |
| {{ block "head" . }}
 | |
| 	<!-- Default Head elements -->
 | |
| {{ end }}
 | |
| 
 | |
| {{ if or .isDev .isStaging }}
 | |
| 	<link rel="icon" href="/assets/logo/dev_favicon.png" />
 | |
| {{ else }}
 | |
| 	<link rel="icon" href="/assets/logo/favicon.png" />
 | |
| {{ end }}
 | |
| 
 | |
| 
 | |
| <link href="/assets/css/remixicon.css" rel="stylesheet" />
 | |
| <script src="/assets/scripts.js" type="module"></script>
 | |
| <script src="/assets/js/htmx.min.js" defer></script>
 | |
| <script src="/assets/js/htmx-response-targets.js" defer></script>
 | |
| <script>
 | |
| 	document.addEventListener('DOMContentLoaded', function() {
 | |
| 			if (typeof htmx !== 'undefined') {
 | |
| 				htmx.config.scrollBehavior = 'instant';
 | |
| 			}
 | |
| 		});
 | |
| </script>
 | |
| 
 | |
| <link rel="stylesheet" type="text/css" href="/assets/css/fonts.css?v={{ .timestamp }}" />
 | |
| <link rel="stylesheet" type="text/css" href="/assets/style.css?v={{ .timestamp }}" />
 | 
