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