From 4e0b3fdf670f501ac3c024ae351fc4510dcd2ced Mon Sep 17 00:00:00 2001 From: fsagbuya Date: Wed, 4 Mar 2026 18:09:47 +0800 Subject: [PATCH] fix 404 layout by extending _base.html --- templates/404.html | 170 +++++---------------------------------------- 1 file changed, 17 insertions(+), 153 deletions(-) diff --git a/templates/404.html b/templates/404.html index a1bce58..830ed42 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,170 +1,34 @@ - +{% extends '_base.html' %} - +{% block meta %} + +{% endblock %} - - {% if page and page.title %}{{ page.title }} |{% endif %} {% block title%}{{ config.title }}{% endblock %} - - - - +{% block hero %} - +
- - {% block ogtitle %} - - {% endblock %} - {% block ogdescription %} - - {% endblock %} - - - - {% block meta %}{% endblock meta %} +
- +
- - - - - - - - - - +
- - - +

Oops, it slipped!

- - + - - - {% block styles %}{% endblock %} - - - - - - -
- -
- - - -
+
- +
- -
+{% endblock %} -
- -
- -
- -

Oops, it slipped!

- - - -

404 Not Found

-

I ain't avin it

- -
- -
- -
- -
- - - - {% block main %} - {% endblock %} - - - - -
- - -

- Copyright © , M-Labs. All rights reserved. ARTIQ, the ARTIQ logo, Migen and nMigen are registered or unregistered trademarks. -

- -
- - - - - - - - - - +{% block footer_contact %}{% endblock %} \ No newline at end of file