{% extends "page.html" %} {% block toolbar %} {% snippet 'development/snippets/breadcrumb.html', stage=1 %} {% snippet 'development/snippets/breadcrumb.html', stage=2 %} {% snippet 'development/snippets/breadcrumb.html', stage=3 %} {% endblock %} {% block actions_content %} {% snippet 'development/snippets/actions.html' %} {% endblock %} {% block secondary_content %} {% snippet 'development/snippets/context.html' %}

Helper text

{{ lipsum(1) }}
{% snippet 'development/snippets/nav.html', heading='Navigation' %} {% snippet 'development/snippets/nav.html', heading='Active Navigation', show_active=true %} {% snippet 'development/snippets/nav.html', heading='Icon Navigation', show_icons=true %} {% snippet 'development/snippets/facet.html', heading='Facet List', show_icons=true %} {% endblock %} {% block primary_content %} {% snippet 'development/snippets/page_header.html' %}

Top level heading (h1)

Some Rendered Markdown (h2)

Heading 1

{{ lipsum(1) }}

Heading 2

{{ lipsum(1) }}

Heading 3

{{ lipsum(1) }}

Forms

{% snippet 'development/snippets/form.html' %} {% snippet 'development/snippets/form.html', error=['This field has an error'] %}

Form stages

{% snippet 'development/snippets/form_stages.html' %}

Datasets


{% snippet 'snippets/package_list.html', packages=[ {'name': "test", 'title': 'Dataset #1', 'type': 'dataset', 'notes': lipsum(1), 'tracking_summary':{'recent': 10}}, {'name': "test", 'title': 'Dataset #2', 'type': 'dataset', 'notes': lipsum(0), 'tracking_summary':{'recent': 5}}, {'name': "test", 'title': 'Dataset #3', 'type': 'dataset', 'notes': lipsum(1), 'tracking_summary':{'recent': 10}}, {'name': "test", 'title': 'Dataset #4', 'type': 'dataset', 'notes': lipsum(1), 'tracking_summary':{'recent': 10}} ] %}

Media Grid

{% snippet 'development/snippets/media_grid.html', groups=[ {'name': "test", 'display_name': 'Group #1', 'type': 'group', 'description': lipsum(0), 'packages': 0}, {'name': "test", 'display_name': 'Group #2', 'type': 'group', 'description': lipsum(1), 'packages': 1}, {'name': "test", 'display_name': 'Group #3', 'type': 'group', 'description': lipsum(1), 'packages': 10}, {'name': "test", 'display_name': 'Group #4', 'type': 'group', 'description': lipsum(1), 'packages': 200}, {'name': "test", 'display_name': 'Group #5', 'type': 'group', 'description': lipsum(1), 'packages': 10}, {'name': "test", 'display_name': 'Group #6', 'type': 'group', 'description': lipsum(0), 'packages': 5} ] %}

Pagination

{% snippet 'development/snippets/pagination.html', total=5, current=1 %} {% snippet 'development/snippets/pagination.html', total=5, current=3 %} {% snippet 'development/snippets/pagination.html', total=5, current=5 %} {% endblock %}