23 lines
502 B
HTML
23 lines
502 B
HTML
<div class="container-fluid {% if not separator_rm_bg %}hero3{% else %}{% endif %} d-flex flex-column justify-content-center">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 text-center mt-2 mt-lg-5 mb-2 mb-lg-5">
|
|
|
|
{% if separator_title %}
|
|
|
|
<h2>{{ separator_title }}</h2>
|
|
|
|
<img src="{{ get_url(path='images/ion@2x.png', cachebust=true) }}" width="100" align="ion">
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> |