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