English
The is_preview flag indicates whether the template is being rendered inside the editor or not.
is_preview
{% is_preview %}
{% if is_preview %} <p>This appears only inside the editor</p> {% endif %}
<p>This appears only inside the editor</p>