Returns true if the editor is not present on the current page. This can be useful if JavaScript is conflicting with the editor.

Usage

{% if view_mode %}
  <p>This page is not being edited.</p>
{% endif %}