{% extends "dsgov/base.html" %} {% load br_components %} {% load static %} {% block title %} Exemplo de Breadcrumb {% endblock %} {% block content %}
{% br_breadcrumb %}
{% endblock %}