{% extends 'layouts/vertical.html' %} {% block html_attribute %}data-topbar-color="gray"{% endblock html_attribute %} {% block title %}Gray Topbar{% endblock title %} {% block page_content %}
{% set title='Gray Topbar' %} {% include 'partials/page-title.html' %}
To enable the gray topbar, add data-topbar-color="gray" to the <html> tag in your layout.
{% endblock page_content %}