1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-15 07:42:26 +04:00
Files
tabler/pages/_includes/layout/topnav.html
T
2019-10-28 10:51:40 +01:00

7 lines
389 B
HTML

<header class="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=1 dark=include.dark notifications=true %}
</div>
</header>