fix: hide jinja placeholder for title when no value-section with small cta
This commit is contained in:
parent
1daad6f7f0
commit
52d686f7e2
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<div class="section-cta-container">
|
||||
<div class="section-small-cta">
|
||||
<div>
|
||||
<h3 class="section-title">{{ title or '' }}</h3>
|
||||
{%- if title -%}
|
||||
<h2 class="section-title">{{ _(title) }}</h2>
|
||||
{%- endif -%}
|
||||
{%- if subtitle -%}
|
||||
<p class="subtitle">{{ subtitle }}</p>
|
||||
{%- endif -%}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue