<% const themeCustom = _.settings.theme.custom || '' %>
<% if (themeCustom !== 'ecom-beauty') { %>
<div class="ecom-credits">
  <a href="https://e-com.plus" target="_blank" rel="noopener">
    Powered by
    <img
      src="https://ecom.nyc3.digitaloceanspaces.com/brand/plus/198x43.png"
      alt="E-Com Plus"
      width="92"
      height="19.98"
    >
  </a>
</div>
<% } %>
