{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block title %}Breadcrumb{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Breadcrumb" %} {% endblock pagetitle %} {% block content %}

Example

Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS. Please read the official Bootstrap documentation for more options.

With Icons

Optionally you can also specify the icon with your breadcrumb item.

{% endblock content %} {% block extra_js %} {% endblock extra_js %}