{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}class="sidebar-no-icons sidebar-with-line"{% endblock html_attribute %} {% block title %}Sidebar without Icons with Lines{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='No Icons with Lines' %}
If you want to remove icons and display sidebar items in line style, add the class "sidebar-no-icons sidebar-with-line" to the <html> tag.
{% endblock page_content %}