{% import "_globals.html" as settings %}
{% extends settings.html_path + "/templates/page.html" %}
{% block page_title %}Our latest actions and donation asks{% endblock %}
{% block main_container_class %}{% endblock %}
{% block content_bottom %}
{% include settings.html_path + "/includes/teasers.html" %}
{% include settings.html_path + "/includes/pagination.html" %}
{% endblock %}