mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 19:26:10 +04:00
5 lines
270 B
HTML
5 lines
270 B
HTML
<header class="navbar navbar-expand-lg{% if include.dark %} navbar-dark{% endif %}{% if include.sticky %} navbar-sticky{% endif %} js-header">
|
|
{% include parts/navbar.html logo=true search=true user-menu=1 person=1 dark=include.dark fluid=include.fluid %}
|
|
</header>
|
|
|