{% extends 'layouts/vertical.html' %} {% 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 %}
{% set title='No Icons with Lines' %} {%include "partials/page-title.html" %}
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 %}