mirror of
https://github.com/tabler/tabler.git
synced 2026-08-03 00:44:37 +04:00
5 lines
260 B
HTML
5 lines
260 B
HTML
<header class="navbar navbar-expand-lg{% if include.dark %} navbar-dark{% endif %}{% if include.sticky %} navbar-sticky{% endif %}">
|
|
{% include parts/navbar.html logo=true search=true user-menu=1 person=1 dark=include.dark fluid=include.fluid %}
|
|
</header>
|
|
|