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