diff --git a/templates/index.html b/templates/index.html index adb65a5..7c64975 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} + {% if not content %}

{{ title }}

+ {% endif %} {% if not content_after_search %} {{ content|safe }}