1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-03 00:44:37 +04:00
Files
tabler/pages/_includes/layout/topnav.html
T
2019-07-01 22:59:32 +02:00

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>