2023-11-23 22:23:33 -03:00
|
|
|
<!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">
|
2024-08-04 21:52:05 -03:00
|
|
|
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> -->
|
2024-05-23 01:23:48 -03:00
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.css">
|
|
|
|
{% if page.styles %}{{ page.styles }}{% endif %}
|
2023-11-23 22:23:33 -03:00
|
|
|
<title>
|
|
|
|
{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}
|
|
|
|
</title>
|
|
|
|
|
2024-05-23 01:23:48 -03:00
|
|
|
|
2023-11-23 22:23:33 -03:00
|
|
|
</head>
|
2024-05-23 01:23:48 -03:00
|
|
|
<body>
|
2024-08-04 21:52:05 -03:00
|
|
|
<div class="main-content">
|
|
|
|
<div class="page-sidebar">
|
2024-05-23 01:23:48 -03:00
|
|
|
{% include SideBar.html %}
|
|
|
|
</div>
|
2024-08-04 21:52:05 -03:00
|
|
|
<div class="page-content">
|
|
|
|
{{content}}
|
2024-05-23 01:23:48 -03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|