Karl aa8e1d1701 refactor(ui): implement base template and shared CSS
Introduce a `base.html` template to establish a common structure for all pages using Jinja2 template inheritance. This eliminates redundant HTML boilerplate across multiple files.

Additionally, common CSS rules have been extracted from individual templates and consolidated into a single `static/css/main.css` file. All pages now link to this shared stylesheet.

This refactoring significantly reduces code duplication, improves maintainability, and ensures a consistent user interface.
2025-07-18 13:56:38 +01:00
2025-06-20 10:21:58 +01:00
2025-06-30 14:28:27 +01:00
2025-03-28 18:37:58 +00:00
2025-03-29 14:33:03 +00:00
2025-07-10 17:12:23 +01:00
2025-05-17 10:50:15 +01:00
2025-06-24 19:57:57 +01:00
Description
No description provided
393 KiB
Languages
HTML 49%
Python 48.4%
CSS 1.4%
Dockerfile 0.8%
Shell 0.4%