Fil d’Ariane
- Voir la page de documentation du composant sur le Système de Design de l’État Ouvre une nouvelle fenêtre
- Voir la page d’exemple du Système de Design de l’État Ouvre une nouvelle fenêtre
Documentation du tag
Returns a breadcrumb item. Takes a dict as parameter, with the following structure:
data_dict = {
"links": [{"url": "first-url", "title": "First title"}, {...}],
"current": "Current page title",
"root_dir": "the root directory, if the site is not installed at the root of the domain"
}
If the dict is not passed as a parameter, it extracts it from context.
Tag name: dsfr_breadcrumb
Usage:
{% dsfr_breadcrumb data_dict %}