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

7 lines
468 B
HTML

{% assign menu = page.menu | default: layout.menu %}
<aside class="navbar navbar-side {% if include.dark %}navbar-dark bg-dark text-white{% else %}navbar-light{% endif %}{% if include.fixed %} navbar-fixed{% endif %}{% if include.right %} navbar-right{% endif %}{% if include.folded %} navbar-folded{% endif %} js-sidebar" id="sidebar">
{% unless include.empty %}
{% include layout/sidenav-content.html menu=menu dark=include.dark %}
{% endunless %}
</aside>