We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns true if the current page is the home page.
{% if is_home_page() %} <body class="home"> {% else %} <body class="page"> {% endif %}