You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							493 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							493 B
						
					
					
				| <!DOCTYPE html> | |
| <html lang="{{- site.Language.Lang -}}"> | |
|     {{- partial "head.html" . -}} | |
|     <body> | |
|       <input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on"> | |
|       <section id="page"> | |
|             {{ partial "navbar.html" . }} | |
|         <main> | |
|              {{- block "main" . }}{{- end }} | |
|              <aside class="profile title h-card p-author"> | |
|                {{ partial "aside.html" . }} | |
|              </aside> | |
|         </main> | |
|         {{ partial "footer.html"}}
 |