How do I edit this website?

Menu Paths

This page demonstrates how to use the bc include tag.

Usage

Breadcrumbs can be used to illustrate procedural layers, as in menus.

Code

{% include bc path="File|Save As|New Microscope"%}

Result

File › Save As › New Microscope

Styles

You can optionally change the style of the path separators:

Code

{% include bc path="File|Save As|New Microscope" style='filled' %}

Result

File ▶ Save As ▶ New Microscope

Code

{% include bc path="File|Save As|New Microscope" style='hollow' %}

Result

File ▷ Save As ▷ New Microscope