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