mirror of
https://github.com/tabler/tabler.git
synced 2025-12-27 05:39:58 +04:00
7 lines
411 B
HTML
7 lines
411 B
HTML
<header class="layout-area-topnav navbar navbar-expand-lg {% if include.dark %}navbar-dark bg-dark text-white{% else %}navbar-light{% endif %}{% if include.sticky %} navbar-sticky{% endif %}">
|
|
<div class="container{% if include.fluid %} container-fluid{% endif %}">
|
|
{% include parts/navbar.html logo=true search=true user-menu=1 person-id=1 dark=include.dark notifications=true %}
|
|
</div>
|
|
</header>
|
|
|