Returns true if the viewer of the page is logged in.

Usage

{% if logged_in %}
  <p>Information displayed only to logged in users.</p>
{% endif %}