mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-11-04 04:05:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			736 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			736 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html class="h-full w-full overflow-hidden" lang="de" id="top">
 | 
						|
 | 
						|
<head>
 | 
						|
@await Html.PartialAsync("/Views/Shared/_Head.cshtml")
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="h-full w-full">
 | 
						|
    <div class="flex flex-col h-full">
 | 
						|
        @await Html.PartialAsync("/Views/Shared/_HKWMenu.cshtml")
 | 
						|
        <main role="main" class="mb-6 w-full desktop:max-w-screen-desktop mx-auto grow">
 | 
						|
            @RenderBody()
 | 
						|
        </main>
 | 
						|
        <div class="w-full">
 | 
						|
            @await Html.PartialAsync("/Views/Shared/_Footer.cshtml")
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    @await Html.PartialAsync("/Views/Shared/_ScrollButton.cshtml")
 | 
						|
    @await RenderSectionAsync("JavaScript", false)
 | 
						|
    @await Html.PartialAsync("/Views/Shared/_Scripts.cshtml")
 | 
						|
</body>
 | 
						|
</html> |