mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
806b0b97d7
Co-authored-by: Daniel Gray <dng@disroot.org>
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>
|