diff --git a/core/templates/youth-reverse.html b/core/templates/youth-reverse.html index 2de5d0f..1e0671d 100644 --- a/core/templates/youth-reverse.html +++ b/core/templates/youth-reverse.html @@ -4,9 +4,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
-
+
{% if focus.show_title %}

{{ focus.title }}

{% endif %} diff --git a/core/templates/youth.html b/core/templates/youth.html index a417a71..3f2abdd 100644 --- a/core/templates/youth.html +++ b/core/templates/youth.html @@ -5,9 +5,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
{% for article in youth %} -
+
{% if article.show_title %}

{{ article.title }}

{% endif %}