1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-27 08:15:00 +04:00
Files
tabler/pages/_includes/layout/topnav.html
2019-11-29 16:57:13 +01:00

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>