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