<!DOCTYPE html> <html>

{% include head.html %}

<body class="{{ site.font-size }}">

  {% include header.html %}

  {{ content }}

  {% include footer.html %}

</body>

</html>