% if (typeof metaDescription !== 'undefined' && metaDescription) { %>
<% } %>
<% if (typeof path !== 'undefined' && (path === 'post' || path === 'terms' || path === 'privacy' || path === 'data-deletion')) { %>
<% } %>
<%- include('../partials/header') %>
<%- body %>
<%- include('../partials/footer') %>
<% if (typeof path !== 'undefined' && path === 'home') { %>
<% } %>
<% if (typeof path !== 'undefined' && path === 'post') { %>
<% } %>
<% if (typeof path !== 'undefined' && path === 'blog') { %>
<% } %>
<% if (typeof path !== 'undefined' && path === 'contactus') { %>
<% } %>
<% if (typeof path !== 'undefined' && path === 'aboutus') { %>
<% } %>
<% if (typeof path !== 'undefined' && (path === 'terms' || path === 'privacy' || path === 'data-deletion')) { %>
<% } %>
<% if (typeof path !== 'undefined' && path === 'error') { %>
<% } %>