From 3104b2ef9b3e8a7c5a1d04287fcfb29270c9d8a3 Mon Sep 17 00:00:00 2001 From: cgcristi Date: Sun, 8 Sep 2024 13:16:13 +0200 Subject: [PATCH] Update templates/content.html --- templates/content.html | 263 ++++++++++++++++++++++++----------------- 1 file changed, 152 insertions(+), 111 deletions(-) diff --git a/templates/content.html b/templates/content.html index d8b38a4..a7e5942 100644 --- a/templates/content.html +++ b/templates/content.html @@ -1,111 +1,152 @@ - - - - - - Text - - - -
-

Text

-
- {% if content %} - {{ content }} - {% elif url %} -

Redirecting to: {{ url }}

- {% else %} -

Content not found.

- {% endif %} -
- {% if created_at %} -
-

Created at: {{ created_at }}

-
- {% endif %} -
- - + + + + + + Text + + + +
+

Text

+
+ {% if content %} + {{ content }} + {% elif url %} +

Redirecting to: {{ url }}

+ {% else %} +

Content not found.

+ {% endif %} +
+ {% if created_at %} +
+

Created at: {{ created_at }}

+
+ {% endif %} +
+ + + + + +