if block added to content 1 of product template
This commit is contained in:
parent
49e86d87d0
commit
b491f46465
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if this.content1_text %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-7">
|
||||
|
@ -50,6 +52,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if this.description3 %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
|
|
Loading…
Reference in a new issue