mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-12-11 04:13:33 +01:00
9 lines
294 B
HTML
9 lines
294 B
HTML
|
<div class="d-flex">
|
||
|
<div class="flex-shrink-0">
|
||
|
<img src="{{ include.src }}" width="{{ include.width | default: 150 }}" height="{{ include.height | default: 150 }}" alt="{{ include.alt }}" />
|
||
|
</div>
|
||
|
<div class="flex-grow-1 ms-3">
|
||
|
{{ include.text | markdownify }}
|
||
|
</div>
|
||
|
</div>
|