{% extends "page.html" %} {%- block page_layout -%} no-sidebar {%- endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Welcome to CKAN')) -%}

This is a data portal powered by CKAN and the NSW Design System.

{%- endcall %} {%- call ui.util.call(ui.grid) -%} {%- call ui.util.call(ui.row) -%} {%- call ui.util.call(ui.column, span={"md": 4}) -%} {%- call ui.util.call(ui.card, title=_('Datasets'), href=h.url_for('dataset.search')) -%}

Find and access data from various sources.

{%- endcall %} {%- endcall %} {%- call ui.util.call(ui.column, span={"md": 4}) -%} {%- call ui.util.call(ui.card, title=_('Organizations'), href=h.url_for('organization.index')) -%}

Explore data by the organizations that publish it.

{%- endcall %} {%- endcall %} {%- call ui.util.call(ui.column, span={"md": 4}) -%} {%- call ui.util.call(ui.card, title=_('Groups'), href=h.url_for('group.index')) -%}

Browse datasets grouped by topic or theme.

{%- endcall %} {%- endcall %} {%- endcall %} {%- endcall %} {% endblock %}