| 123456789101112 |
- <figure class="psr">
- <img src="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('main', block.info.width, doc.meta.path, size=2, size_attr=False) }}"
- srcset="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('main', block.info.width, doc.meta.path) }}"
- sizes="(max-width: 1919px) 100vw, 75vw"
- alt="{{ block.url }}"
- width="{{ block.info.width }}"
- height="{{ block.info.height }}"
- >
- {% if block.caption %}
- <figcaption class="psa t50 l50 ttcc fs-large fgc-cyan ff-sans bgc-blackest">{{ block.caption | md | safe }}</figcaption>
- {% endif %}
- </figure>
|