26 lines
		
	
	
		
			766 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			766 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
<!DOCTYPE html>
 | 
						|
<html lang="pt-BR">
 | 
						|
<head>
 | 
						|
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <meta charset="utf-8">
 | 
						|
	<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> -->
 | 
						|
	<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.css">
 | 
						|
    {% if page.styles %}{{ page.styles }}{% endif %}
 | 
						|
	<title>
 | 
						|
        {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}
 | 
						|
    </title>
 | 
						|
 | 
						|
    
 | 
						|
</head>
 | 
						|
	<body>
 | 
						|
		<div class="main-content">
 | 
						|
			<div class="page-sidebar">
 | 
						|
				{% include SideBar.html %}
 | 
						|
			</div>
 | 
						|
			<div class="page-content">
 | 
						|
				{{content}}
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	</body>
 | 
						|
</html> |