<!DOCTYPE html> <html>

{% include head.html %}

<body>

{% include header.html %}
{% include posts.html %}
    {% include footer.html %}

</body> <script src=“{{ ”/assets/javascripts/main.js“ | prepend: site.baseurl }}”></script> </html>