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