{% extends 'layouts/base.html' %} {% block content %}
{% include 'includes/navbar.html' %}
{% include 'includes/topbar.html' %}
Breadcrumb

The breadcrumb navigation provides links back to each previous page the user navigated through and shows the current location in a website or an application. You don’t have to add separators, because they automatically added in CSS through ::before and content.

{% endblock content %}