{% from '_includes/_defaults.html' import READING_TIME_LOWER_LIMIT with context %} {% if article.stats and article.stats['read_mins'] and article.stats['read_mins'] > READING_TIME_LOWER_LIMIT %}

Reading Time

~{{ article.stats['read_mins'] }} min read

{% endif %}