<!doctype html> <html>
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> </head> <body> <div class="wrapper"> {{ content }} </div> </body>
</html>