{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-skin="minimal" data-menu-color="gray"{% endblock html_attribute %} {% block title %}Minimal Skin{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Minimal Skin' %}
Set data-skin="minimal" in the <html> tag to use the Minimal theme.
{% endblock page_content %}