From 34810c5ad9f471af8e5b3504553b2a9fffa8a64d Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 17 Sep 2024 13:48:15 +0200 Subject: [PATCH] Add main class=fp to wishes.html --- templates/wishes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/wishes.html b/templates/wishes.html index 2dc4a55..f6d53d1 100644 --- a/templates/wishes.html +++ b/templates/wishes.html @@ -1,6 +1,7 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} +
{% if this.body %}

{{ this.title }}

{{ this.body }} @@ -19,4 +20,5 @@ {% endfor %} +
{% endblock %}