{%- include head.html -%} {%- include header.html -%}
{{ page.date | date: "%b %e, %Y" }}
{{ page.content | number_of_words | divided_by: 200 }} min read

{{page.title}}

{{ content }}

{% for author in page.authors %} — {{ author.name }}{% unless forloop.last %}, {% endunless %} {% endfor %}

{%- include footer.html -%}