web2019/templates/includes/separator_design.html

23 lines
440 B
HTML

<div class="container-fluid hero3 d-flex flex-column justify-content-center">
<div class="container">
<div class="row">
<div class="col-12 text-center mt-0 mt-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>