<!doctype html> <html lang=“en”> <head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ page.title }}</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="/assets/style.css">

</head> <body>

<header>
</header>
<div class="container wrapper">
    <div class="row">
        <div class="col-12 col-sm-4 col-md-2 sidebar">
            {% include sidebar.html %}
        </div>
        <div class="offset-sm-4 col-12 col-sm-8">
            {{ content }}
        </div>
    </div>
</div>
<footer class="text-center">
    &copy; 2019 - Powered by Jekyll, designed by Richard Mountain
</footer>

</body> </html>