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