{% 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 content_action %} {% snippet 'development/snippets/actions.html' %} {% endblock %} {% block secondary_content %} {% snippet 'development/snippets/context.html' %} {{ ui.sidebar_section(lipsum(1), icon="info-circle", title="Helper text") }} {% 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' %}