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