{% extends "layout.html" %} {% block content %}

{{ section.title }}

{% if paginator %} {% set pages = paginator.pages %} {% else %} {% set pages = section.pages %} {% endif %}

{{ section.description }}

{{ section.reading_time }} min {{ section.word_count }} words
{{ section.content | safe }}
{% endblock content %}