<!DOCTYPE html> <html lang=“en”> <head>
{% include meta.html %} {% if page.title %} <title>{{ page.title }}</title> {% endif %}
</head>
<body>
<div class="content-wrap"> {% include nav.html %} {{ content }} </div> {% include footer.html %}
</body>
</html>