1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 23:14:39 +04:00
Files
tabler/pages/_includes/layout/sidenav.html
T
2019-07-08 22:06:28 +02:00

5 lines
379 B
HTML

{% assign menu = page.menu | default: layout.menu %}
<aside class="d-none d-lg-flex navbar navbar-side{% if include.dark %} navbar-dark{% endif %}{% if include.fixed %} navbar-fixed{% endif %}{% if page.nav-position == 'right' %} navbar-right{% endif %}{% if include.folded %} navbar-folded{% endif %} js-sidebar">
{% include layout/sidenav-content.html menu=menu %}
</aside>