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

This commit is contained in:
Antoine Maas 2025-06-20 09:31:33 +00:00
parent a2bca73ac3
commit e9c302ac0d

View file

@ -1,9 +1,11 @@
<div class="hero-with-right-image">
<div class="hero-content">
<div>
{%- if title -%}
<h1 class="hero-title">
{{ _(title) }}
</h1>
{%- endif -%}
{%- if subtitle -%}
<p class="hero-subtitle">
{{ _(subtitle) }}