From 19c9cb227b343377853321e2cdc4285b2ea23e3a Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 1 Jul 2026 21:18:58 +0200 Subject: implement blog index page with featured and all posts --- clams-server/src/main/resources/templates/404.html | 51 +++++----------------- 1 file changed, 12 insertions(+), 39 deletions(-) (limited to 'clams-server/src/main/resources/templates/404.html') diff --git a/clams-server/src/main/resources/templates/404.html b/clams-server/src/main/resources/templates/404.html index 6bbcecd..bb4c4d5 100644 --- a/clams-server/src/main/resources/templates/404.html +++ b/clams-server/src/main/resources/templates/404.html @@ -1,41 +1,14 @@ - - - - - 404 - Page Not Found - - - - +{% extends "templates/layout.html" %} -
-
-
404
-

Page Not Found

-

The page you are looking for does not exist.

-

- Return to Home Page -

-
-
- - - - - + + +{% endblock %} -- cgit v1.2.3