{% if articles %} Articles {% for article in articles %} {{ article.title }} {% endfor %} {% if total_count > limit %} ← Previous Page {{ (offset // limit) + 1 }} of {{ ((total_count + limit - 1) // limit) }} Next → {% endif %} {% endif %}