Returns true if the page has the embed code module.

Usage

{% if page.has_embed_code? %}
  The embed code is present.
{% endif %}

Example

{% if page.has_embed_code? %}
  {{ page.embed_code }}
{% endif %}