privatecoffee-website/templates
Kumi 7245f1474a
Initialized base HTML template and refactored pages
Implemented a shared base HTML template to DRY up the markup across the service’s various pages, including the index, legal, privacy, and terms pages. This centralizes common elements like headers, footers, and imports, facilitating easier updates and consistency in design across the platform. Existing content from these individual pages is now extending the base template, adhering to best practices in templating and reducing code duplication.
2024-01-01 12:14:51 +01:00
..
base.html Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00
index.html Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00
legal.html Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00
privacy.html Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00
simple.html Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
terms.html Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00