forked from jason/cpolis
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="de">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <title>Orient Editor</title>
 | 
						|
    <link href="web/static/css/style.css" rel="stylesheet">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <h1>Orient Editor</h1>
 | 
						|
    <button hx-get="logout" hx-target="#page-content">Abmelden</button>
 | 
						|
 | 
						|
    <div id="page-content">
 | 
						|
        {{template "page-content" .}}
 | 
						|
    </div>
 | 
						|
 | 
						|
    <script src="web/static/js/htmx.min.js"></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |