{% extends "templates/one-column.html" %} {% block title %}Events and webinars{% endblock %} {% block meta_description %}Events and webinars{% endblock %} {% block content %} Events and webinars {% for article in articles %} {% if (loop.index - 1) % 3 == 0 and loop.index > 1 %} {% endif %} {% include 'blog/blog-card-upcoming.html' %} {% endfor %} {% with %} {% set total_pages = total_pages %} {% set current_page = current_page %} {% include "shared/_pagination.html" %} {% endwith %} {% endblock %}