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