Home Page Template
{# This is necessary to the login.js tests. -Tom #}
{% if data.user %}
logged in as {{ data.user.title }}
{% else %}
logged out
{% endif %}
{# Necessary to the @apostrophecms/global tests. #}
counts: {{ data.global.counts }}
Translations