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

15 lines
396 B
HTML

{% assign id = 0 | random_id %}
<div class="p-3">
<a href="{{ site.base }}" class="navbar-brand text-inherit">
<img src="{{ site.base }}/img/logo{% if include.logo %}-{{ include.logo }}{% endif %}.svg" alt="" class="navbar-brand-logo">
</a>
</div>
<div class="container">
<h6 class="navbar-heading">
Docs
</h6>
{% include layout/menu.html menu=include.menu %}
</div>