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