mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-10-31 14:02:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			202 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			202 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
|   {% include head.html %}
 | |
| 
 | |
|   <body>
 | |
| 
 | |
|     {% include header.html %}
 | |
| 
 | |
|     <div class="container">
 | |
|       {{ content }}
 | |
|     </div>
 | |
| 
 | |
|     {% include footer.html %}
 | |
| 
 | |
|   </body>
 | |
| 
 | |
| </html>
 | 
