{% block promoted %}
{% set groups = h.get_featured_groups() %}
{% for group in groups %}
{% snippet 'snippets/group_item.html', group=group %}
{% endfor %}
{% endblock %}
{% block search %}
{% endblock %}
{# Note: this featured_group block is used as an example in the theming
tutorial in the docs! If you change this code, be sure to check
whether you need to update the docs. #}
{# Start template block example. #}
{% block featured_group %}
{% endblock %}
{# End template block example. #}
{% block featured_organization %}
{% endblock %}