{% from 'thumb.html' import preview with context %}
{{ preview(entry.image, '(max-width: 640px) calc(100vw - 32px), 420px', 'alt="" loading="lazy" decoding="async" width="640" height="480"') }}
{{ entry.title }}{{ entry.description }}
{{ entry.category }}{% if entry.version not in ['Stable', 'Core'] %}{{ entry.version }}{% endif %}{% if entry.requires not in ['Core only', entry.version] %}{{ entry.requires }}{% endif %}