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