2019-07-19 19:49:18 +08:00
|
|
|
<div class="container-fluid {% if not separator_rm_bg %}hero3{% else %}{% endif %} d-flex flex-column justify-content-center">
|
2019-07-19 18:38:11 +08:00
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
2019-07-19 23:09:54 +08:00
|
|
|
<div class="col-12 text-center mt-2 mt-lg-5 mb-2 mb-lg-5">
|
2019-07-19 18:38:11 +08:00
|
|
|
|
|
|
|
{% 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>
|