mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04: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>
|