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 %} +
+ + + + + +