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