{%- comment -%} Usage: {% include article-figure.html src="/images/example.webp" alt="Alt text" caption="Caption text" %} Optional: - caption {%- endcomment -%}
{{ include.alt | default: '' }} {% if include.caption %}
{{ include.caption }}
{% endif %}