fix: hide jinja placeholder for title when no value-section with embed

This commit is contained in:
Antoine Maas 2025-06-20 09:31:46 +00:00
parent e9c302ac0d
commit 2b20e93fe7

View file

@ -1,5 +1,7 @@
<div class="section-with-embed">
{%- if title -%}
<h2 class="section-title">{{ _(title) }}</h2>
{%- endif -%}
{%- if subtitle -%}
<p class="section-description">{{ _(subtitle) }}</p>
{%- endif -%}