{% if include.content %} {% assign words = include.content | number_of_words %} {% else %} {% assign words = content | number_of_words %} {% endif %} {% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %}