Check customer is logged in shopify

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "January 24, 2018";


{% if customer %}
customer is logged in.
{% else %}
customer is not logged in.
{% endif %}

}