{% extends "package/base.html" %} {% block primary_content %}
{% block form %}{{ c.form | safe }}{% endblock %}
{% endblock %} {% block secondary_content %} {% block info_module %}

{{ _('What are datasets?') }}

{% trans %} Datasets are simply used to group related pieces of data. These can then be found under a single url with a description and licensing information. {% endtrans %}

{% endblock %} {% block resources_module %} {# TODO: Pass in a list of previously created resources and the current package dict #} {% snippet "package/snippets/resources.html", pkg={}, action='new_resource' %} {% endblock %} {% endblock %}