<!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>
<!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>