{% extends "src/html/templates/page.html" %}
{% block page_title %}Our latest actions and donation asks{% endblock %}
{% block main_container_class %}{% endblock %}
{% block content_bottom %}
{% include "src/html/includes/teasers.html" %}
{% include "src/html/includes/pagination.html" %}
{% endblock %}