web2019/templates/shortcodes/layout_icon_label.html

9 lines
175 B
HTML

<div class="d-flex mb-3">
<img src="{{ get_url(path=src, cachebust=true) }}" width="40px" height="40px">
<p class="pe-3">
{{ body | markdown | safe }}
</p>
</div>