{% extends 'layouts/vertical.html' %} {% block html_attribute %}class="sidebar-with-line"{% endblock html_attribute %} {% block title %}Sidebar with Lines{% endblock title %} {% block body_attribute %}{% endblock body_attribute %} {% block page_content %}
{% set title='Sidebar with Lines' %} {%include "partials/page-title.html" %}
If you want to display a line with each menu item, add the class "sidebar-with-line" to the <html> tag.
{% endblock page_content %}