{% if include.image_path %} {% assign image_path = site.directory.images | append: include.image_path %} {% assign url = include.url %} {% assign caption = include.caption %}
{% if image_path %} {{ caption }} {% else %} {% endif %}
{% if caption %}

{{ caption }}

{% endif %} {% if url %} Learn more {% endif %}
{% else %} {% endif %}