{{ current_page }}
{{ total_pages }}
{% for article in articles %}
-
{{ article.title }}
{{ article.slug }}
{{ article.author.name }}
{% if article.image and article.image.source_url %}
{{ article.image.rendered|safe }}
{% endif %}
{% endfor %}
{% for article in articles %}
-
{{ article.title }}
{{ article.slug }}
{{ article.author.name }}
{% if article.image and article.image.source_url %}
{{ article.image.rendered|safe }}
{% endif %}
{% endfor %}
{% for article in events_and_webinars %}
-
{{ article.title }}
{{ article.slug }}
{{ article.date }}
{% if article.image and article.image.source_url %}
{{ article.image.rendered|safe }}
{% endif %}
{% endfor %}