{% if include.content %}

{% assign words = include.content | number_of_words %}

{% else %}

{% assign words = content | number_of_words %}

{% endif %} <span class=“reading-time badge badge-light text-dark” title=“Estimated read time”>{% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %} <i class=“fa fa-clock-o” aria-hidden=“true”></i></span>