forked from M-Labs/web2019
9 lines
175 B
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="pl-3">
|
|
{{ body | markdown | safe }}
|
|
</p>
|
|
|
|
</div> |