colour settings start

This commit is contained in:
2025-05-25 21:15:28 +02:00
parent a8aeb2dbee
commit 3fe3037aed
14 changed files with 221 additions and 57 deletions

View File

@@ -0,0 +1,18 @@
{% 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"
) }}
<div class="container-fluid">
<!-- Settings content will go here -->
</div>
{% endblock %}