{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Settings - DocuPulse{% endblock %} {% block content %} {{ header( title="Settings", description="Manage your docupulse settings", button_text="", button_url="", icon="fa-cog" ) }}
Theme Colors
Primary Color
Used for primary buttons, links, and accents
Base
Light
Background
Opacity 15%
Secondary Color
Used for secondary elements and highlights
Base
Light
Opacity 15%
{% endblock %}