Returns true if the page has images.

Usage

{% if page.has_images? %}
  This page has images.
{% endif %}

Example

{% if page.has_images? %}
  <p>This pages has images, it may take longer to load.</p>
{% endif %}