mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
6 lines
193 B
HTML
6 lines
193 B
HTML
{% assign pages = "Tabler,Pages," %}
|
|
{% assign pages = pages | append: page.page-header %}
|
|
|
|
<div class="d-flex">
|
|
{% include "ui/breadcrumb.html" pages=pages class="breadcrumb-arrows" %}
|
|
</div> |