{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}
{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %}
{% if page.keywords %}
{% endif %}
{{ 'styles' | stylesheet }}
{{ content | expand_urls: root_url }}