1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00
Files
tabler/pages/_includes/layout/sidenav.html
T
2019-07-01 21:01:00 +02:00

5 lines
315 B
HTML

{% assign menu = page.menu | default: layout.menu %}
<div class="navbar navbar-side{% if include.dark %} navbar-dark{% endif %}{% if page.nav-position == 'right' %} navbar-right{% endif %}{% if include.folded %} navbar-folded{% endif %} navbar-sticky">
{% include layout/sidenav-content.html menu=menu %}
</div>