{{ page.title }}
{% capture words %}
{{ content | number_of_words | minus: 180 }}
{% endcapture %}
{% unless words contains '-' %}
{{ words | plus: 180 | divided_by: 180 | append: ' minutes to read' }}
{% endunless %}
{{page.subtitle}}
{{ content }}
{% for tag in page.tags %}
{{ tag.text }}
{% endfor %}
{% include share_buttons.html %}