web2019/templates/shortcodes/herocontent.html

19 lines
371 B
HTML

<div class="container-fluid d-flex flex-column justify-content-center mt-3 mb-3">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="mb-0">{{ title }}</h2>
<img src="{{ get_url(path='images/ion@2x.png', cachebust=true) }}" width="100" align="ion">
</div>
</div>
</div>
</div>