privacyguides.org/_includes/media-left.html
Jonah Aragon 806b0b97d7
Markdown conversion (#529)
Co-authored-by: Daniel Gray <dng@disroot.org>
2022-02-12 18:22:30 +10:30

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>