mirror of
https://github.com/tabler/tabler.git
synced 2026-07-21 04:52:21 +04:00
12 lines
362 B
HTML
12 lines
362 B
HTML
<header class="navbar navbar-expand-md">
|
|
{% include parts/navbar.html logo=true search=true user-menu=1 person=5 white-logo=include.dark %}
|
|
</header>
|
|
|
|
{% if page.nav-position == "top" or page.nav-position == "all" %}
|
|
<header class="navbar navbar-expand-md">
|
|
<div class="container">
|
|
{% include layout/menu.html top=true %}
|
|
</div>
|
|
</header>
|
|
{% endif %}
|