<!DOCTYPE html> <html lang=“en”>
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ site.title }}</title> <meta property="og:title" content="{{ site.title }}" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="{{ site.description }}" /> <meta property="og:description" content="{{ site.description }}" /> <link rel="canonical" href="http://localhost:4000/" /> <meta property="og:url" content="http://localhost:4000/" /> <meta property="og:site_name" content="{{ site.name }}" /> <link rel="stylesheet" href="/assets/css/style.css"> </head>
<body>
{{ content }}
</body> </html>