{% ckan_extends %} {% block featured_group %}

Recent activity

This paragraph will be added to the top of the featured_group block.

{# Insert the contents of the original featured_group block: #} {{ super() }}

This paragraph will be added to the bottom of the featured_group block.

{% endblock %} {% block featured_organization %} {# Show a list of the site's most popular groups. #}

Most popular groups

{% snippet 'snippets/example_theme_most_popular_groups.html', groups=h.example_theme_most_popular_groups() %} {% endblock %}