{% ckan_extends %} {% block content %}
{{ self.flash() }}
{% 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 %}

{{ _("Search Our Data") }}

{{ _('Browse Topics') }}

{# Show groups here #} {% snippet "group/snippets/group_list.html", groups=h.get_featured_groups(count=12) %}
{% endblock %} {% block scripts %} {{ super() }} {% resource 'salford/twitter-feed' %} {% endblock %}