{% if intro %}
{{ h.render_markdown(intro) }}
{% else %}
{{ _("Welcome To ") }}{{ g.site_title }}
{% trans %}This is a nice introductory paragraph about CKAN or the site
in general. We don't have any copy to go here yet but soon we will.
{% endtrans %}
{% endif %}
{{ _('Browse Topics') }}
{# Show groups here #}
{% snippet "group/snippets/group_list.html", groups=h.get_featured_groups(count=12) %}