How to comment code in liquid file in shopify

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "May 15, 2019";

Shopify is an online e-commence platform that helps you to sell online.You can setup your store and bring your brand online.

Shopify use liquid file for template we can use following code to comment out .

  {% comment %} your code {% endcomment %} 




}