{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %} {% include theme:head.html %}
{% include theme:header.html %}
{% include theme:navigation.html %}
{{ content | expand_urls: root_url }}
{% include theme:after_footer.html %}