Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

breadcrumbs.html 512 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. <nav class="breadcrumbs f5" aria-label="Breadcrumb">
  2. {%- for breadcrumb in breadcrumbs -%}
  3. {%- if breadcrumb.href == '' -%}
  4. <span title="{{ breadcrumb.documentType }}: {{ breadcrumb.title }}">{{ breadcrumb.title }}</span>
  5. {%- else -%}
  6. <a title="{{ breadcrumb.documentType }}: {{ breadcrumb.title }}" href="{{ breadcrumb.href }}" class="d-inline-block {% if breadcrumb.href == currentPath %}color-text-tertiary{% endif %}">{{ breadcrumb.title }}</a>
  7. {%- endif -%}
  8. {%- endfor -%}
  9. </nav>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...