mirror of
https://github.com/tabler/tabler.git
synced 2026-06-20 06:10:08 +04:00
10 lines
399 B
HTML
10 lines
399 B
HTML
<header class="topnav topbar">
|
|
<div class="container{% if include.fluid %}-fluid{% endif %}">
|
|
<div class="navbar navbar-expand-lg {% if include.dark %}navbar-dark bg-dark text-white{% else %}navbar-light{% endif %}{% if include.sticky %} navbar-sticky{% endif %}">
|
|
{% include_cached layout/navbar.html search=true menu-layout=page.menu-layout %}
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
|