fix: hide jinja placeholder for title when no value-section with right image
This commit is contained in:
parent
a2bca73ac3
commit
e9c302ac0d
1 changed files with 2 additions and 0 deletions
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue