Signup

SSS

{{!--
  If a visitor is not a member and he can accsess the post,
  that mean this post is public, in this case, we will show the subscribe form
--}}

{{#unless @member}}
  {{#if access}}
    <section class='c-subscribe'>
      <div class='c-subscribe__content c-subscribe__content--center'>
        <h3 class='c-subscribe__title u-type-500 u-mb-8'>{{t '{siteTitle} Newsletter' siteTitle=@site.title}}</h3>
        <p class='u-type-500 u-mb-16'>{{t 'Join the newsletter to receive the latest updates in your inbox.' }}</p>
        {{> subscribe-form inputLabel='subscribe-email-post' formClass='c-subscribe-form--compact'}}
      </div>

      <div class='c-subscribe__icon'>
        {{> subscribe-box-icon }}
      </div>
    </section>
  {{/if}}
{{/unless}}
{{!--
  If a visitor is not a member and he can accsess the post,
  that mean this post is public, in this case, we will show the subscribe form
--}}

{{#unless @member}}
  {{#if access}}
    <section class='c-subscribe'>
      <div class='c-subscribe__content c-subscribe__content--center'>
        <h3 class='c-subscribe__title u-type-500 u-mb-8'>{{t '{siteTitle} Newsletter' siteTitle=@site.title}}</h3>
        <p class='u-type-500 u-mb-16'>{{t 'Join the newsletter to receive the latest updates in your inbox.' }}</p>
        {{> subscribe-form inputLabel='subscribe-email-post' formClass='c-subscribe-form--compact'}}
      </div>

      <div class='c-subscribe__icon'>
        {{> subscribe-box-icon }}
      </div>
    </section>
  {{/if}}
{{/unless}}