1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-15 07:42:26 +04:00
Files
tabler/pages/_includes/layout/topmenu.html
T
2019-10-27 13:09:59 +01:00

6 lines
212 B
HTML

<div class="d-none d-lg-block navbar {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %} navbar-expand-lg">
<div class="container">
{% include layout/menu.html top=true %}
</div>
</div>