{%- include head.html -%}
{%- include header.html -%}
{%- if page.layout == "home" -%} {{ content }} {%- else -%}
{%- include arrow_left_icon.html -%}
{{ page.title | default: "" }} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
{{ content }}
{%- endif -%}
{%- if site.global.twitter.show_twitter_embed_timeline -%} {%- endif -%}