mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
10 lines
334 B
HTML
10 lines
334 B
HTML
<header class="topnav topbar">
|
|
<div class="navbar navbar-expand-lg {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %}">
|
|
<div class="container{% if include.fluid %}-fluid{% endif %}">
|
|
{% include layout/menu.html top=true %}
|
|
|
|
{% include_cached layout/navbar-search.html %}
|
|
</div>
|
|
</div>
|
|
</header>
|